Date: 01/30/99
- Next message: rasmus: "[PHP-DEV] CVS update: php3/functions"
- Previous message: rasmus: "[PHP-DEV] CVS update: php3/functions"
- Next in thread: Mark Musone: "Re: [PHP-DEV] record locking"
- Reply: Mark Musone: "Re: [PHP-DEV] record locking"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'm wondering in which way record locking could be integrated into PHP. If you
have followed the discussion on the general mailing list, the consensus was
something on the line to support ``a portable flock.'' Well, this should not
be a big problem, there is at least one way to do that on every Unix flavor.
Anyway, since PHP seems to have a need for flock (e.g. in functions/db.c),
I'll add a more portable emulator using fcntl(). I don't know where to put it
currently (maybe compat.c?), so if someone could suggest a good place...
--
Regards,
Sascha Schumann |
Consultant | finger sas <email protected>
| for PGP public key
--
PHP Development Mailing List http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>
- Next message: rasmus: "[PHP-DEV] CVS update: php3/functions"
- Previous message: rasmus: "[PHP-DEV] CVS update: php3/functions"
- Next in thread: Mark Musone: "Re: [PHP-DEV] record locking"
- Reply: Mark Musone: "Re: [PHP-DEV] record locking"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

