in reply to Sockets
I have written a non-forking non-blocking server, which is available in the Code Vaults as Push HTTP Server. This is an implementation of a server that notifies all clients when data changes, and all in one thread.
The protocol is some mutated http protocol, so I was able to test it with both, telnet and Internet Explorer.
|
---|