in reply to How to introduce threading in socket communication
Without looking at the details too closely, your server already appears to support concurrent clients via IO::Select.
What are you hoping to gain by adding threading to the mix?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: How to introduce threading in socket communication
by Anonymous Monk on Oct 03, 2013 at 14:35 UTC | |
by BrowserUk (Patriarch) on Oct 03, 2013 at 15:00 UTC | |
by simonz (Sexton) on Oct 03, 2013 at 17:19 UTC | |
by BrowserUk (Patriarch) on Oct 03, 2013 at 18:40 UTC |