|
Posted by Marcos on 11/04/05 18:29
Hi,
I developed one Server Socket for my application, and I need that it's
accept many connection at the same time. I've create one loop with
while(true)... With this I resolved my problem about accept more than one
connection. But, I don't know how make it's accept more than one
connection at the same time.
Example.
I access my socket and sent the first fwrite, but in my socket server
waiting one second fwrite, while it's waiting the second fwrite my socket
server not respoding other connnection.
Do you know how can I resolve this?
I need any language better? With threads support or with low level of
access to the system?
--
Thanks,
Marcos José Setim
________________________________________
Usando o M2 do Opera: http://www.opera.com/m2/
Navigation:
[Reply to this message]
|