Dave Redshaw
New Member
Has anybody got any ideas how to write a multi-thread socket server, similar to a proper web server where multiple clients can talk to a server at the same time, without blocking reads, all on the same socket? I need to write an xml server without using Apache!!!