[PHP] socket multithreading problem

2010-07-27 Thread Ümit CAN
Hi All; I use PHP socket programming and I wish multithreading operation of the socket . When I have many requests on this socket , before the first one request is anwered , the second request is not aswered till the first one is finished. How can both requests work together witho

[PHP] socket problem

2010-07-20 Thread Ümit CAN
Hi All; I have got problem on socket. First client send query on socket and running process for first client, socket blocking. Second client same time send query socket, accept second client but not runing process. Waiting first client end process. How can I do multi client runing process