Page 1 of 1

Bind NetworkServer to creation thread

Posted: Wed Feb 20, 2008 1:51 pm
by pcfreak
As I was using the network command a bit more laterly i found out that there weren't working as i hoped they would.
To make it short, I'd like to have them of the same behavior as for the window events.
So it would be nice if I could create a network server on a specific port in a thread and easily process the events of this server in that thread.
Same like with window commands.. the thread which created the window gets the events of the window.
Easier to handle multiple servers that way, imho.