[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

Re: [PHP] Socket problem plz read.

2007-02-01 Thread Scripter47
Richard Lynch skrev: On Wed, January 31, 2007 9:39 am, Németh Zoltán wrote: On sze, 2007-01-31 at 16:26 +0100, Scripter47 wrote: I'm making a simple socket server that just receive some data, and then send some data back again to the client. EDIT: I forgot to tell that i need help! I have

Re: [PHP] Socket problem plz read.

2007-02-01 Thread Németh Zoltán
On cs, 2007-02-01 at 14:45 +0100, Scripter47 wrote: Richard Lynch skrev: On Wed, January 31, 2007 9:39 am, Németh Zoltán wrote: On sze, 2007-01-31 at 16:26 +0100, Scripter47 wrote: I'm making a simple socket server that just receive some data, and then send some data back again to the

Re: [PHP] Socket problem plz read.

2007-01-31 Thread Scripter47
I'm making a simple socket server that just receive some data, and then send some data back again to the client. EDIT: I forgot to tell that i need help! I have search around for hours now, and the examples are always not what I needed :( the program is written in Python, if that helps, and is

Re: [PHP] Socket problem plz read.

2007-01-31 Thread Németh Zoltán
On sze, 2007-01-31 at 16:26 +0100, Scripter47 wrote: I'm making a simple socket server that just receive some data, and then send some data back again to the client. EDIT: I forgot to tell that i need help! I have search around for hours now, and the examples are always not what I needed

Re: [PHP] Socket problem plz read.

2007-01-31 Thread Stut
Németh Zoltán wrote: On sze, 2007-01-31 at 16:26 +0100, Scripter47 wrote: I'm making a simple socket server that just receive some data, and then send some data back again to the client. EDIT: I forgot to tell that i need help! I have search around for hours now, and the examples are always

Re: [PHP] Socket problem plz read.

2007-01-31 Thread Scripter47
Stut skrev: Németh Zoltán wrote: On sze, 2007-01-31 at 16:26 +0100, Scripter47 wrote: I'm making a simple socket server that just receive some data, and then send some data back again to the client. EDIT: I forgot to tell that i need help! I have search around for hours now, and the examples

Re: [PHP] Socket problem

2007-01-31 Thread Richard Lynch
On Tue, January 30, 2007 2:31 pm, Scripter47 wrote: I'm making a simple socket server that just receive some data, and then send some data back again to the client. it is a program that send data by sockets, (not port 80) It has to a simple solution :) plz ask for more infomation.

Re: [PHP] Socket problem plz read.

2007-01-31 Thread Richard Lynch
On Wed, January 31, 2007 9:39 am, Németh Zoltán wrote: On sze, 2007-01-31 at 16:26 +0100, Scripter47 wrote: I'm making a simple socket server that just receive some data, and then send some data back again to the client. EDIT: I forgot to tell that i need help! I have search around for

[PHP] Socket problem

2007-01-30 Thread Scripter47
I'm making a simple socket server that just receive some data, and then send some data back again to the client. it is a program that send data by sockets, (not port 80) It has to a simple solution :) plz ask for more infomation. -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Socket problem

2007-01-30 Thread Stut
Scripter47 wrote: I'm making a simple socket server that just receive some data, and then send some data back again to the client. Lovely. it is a program that send data by sockets, (not port 80) Excellent. It has to a simple solution :) Simple is usually the best way to go. plz ask

[PHP] Socket problem

2003-05-29 Thread Adrian Zaharia
Hi, I try to make a script which runs 24/7 and which connects to a socket based news feed and fetches some data whenever the server sends it. The problem is that if i disconnect the client machine from the network, the program is not making any difference between receiving nothing cause