Re: [PHP] PHP interprocesss communication

2007-12-31 Thread Richard Lynch
On Sun, December 23, 2007 2:48 pm, Christophe Gosiau wrote: > The problems I have with this setup are: > 1) How does my PHP application finds out what thread is handling the > TCP > connection according to the user who is logged in into the > application? I do not think you can do this... > 2) Wh

[PHP] PHP interprocesss communication

2007-12-23 Thread Christophe Gosiau
Hi, I'm trying to write the following program: A browser connects to an apache web-server where a PHP application is running. Most of the actions of the application are Mysql database actions. There are however also actions that needs to be done on the client side but that are not possible insid