On 06/09/02, "Tyson Lloyd Thwaites" <[EMAIL PROTECTED]> wrote: > Maybe there's a way to more tightly integrate it with PHP, so it send data > directly somehow (shm?), rather than through sockets...
You could just use the shm extension; it can serialize data. IIRC there is an "Application" class in pear that does this, although it is really quite simple to "hand-code" it yourself. If you need to talk to a central session manager process, as of PHP 4.3 you will be able to use sysv IPC to send messages directly from PHP. You could also try SRM. This stuff is really not a php-dev topic though, and has been discussed too many times now; it doesn't hurt to search the archives does it? --Wez. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php