php-general | 2001092
Date: 09/30/01
- Next message: Martin: "[PHP] Re: Recursion"
- Previous message: Kmarada: "[PHP] fopen"
- In reply to: Kmarada: "[PHP] fopen"
- Next in thread: Kmarada: "[PHP] Re: fopen"
- Reply: Kmarada: "[PHP] Re: fopen"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Kmarada schrieb:
> is it possible to use fopen to open 5000 files differents simultaneous and
> edit it simultaneous ?
I think, this depends how many files your operating-system can handle.
> i have one file. if four user edit it simultaneous what happen? there is
> something to lock the file until one finish to edit?
see "flock".
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Martin: "[PHP] Re: Recursion"
- Previous message: Kmarada: "[PHP] fopen"
- In reply to: Kmarada: "[PHP] fopen"
- Next in thread: Kmarada: "[PHP] Re: fopen"
- Reply: Kmarada: "[PHP] Re: fopen"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

