in reply to Re^7: threads + sockets stalling question
in thread threads + sockets stalling question
Maybe looking at whatever CRT/call sequence mingw uses could help,
They almost certainly call accept(), which is probably what is being called now.
But I don't think changing the accept() call is the right way to address problems in PerlIO. The former currently works, it's the latter that has problems.
even if it moves Perl towards bringing its own OS to the table
Perl already has far too many layers, one atop the other. Each added by a different person with a different agenda, and all intermingling in a way that is a nightmare to unravel. They never seem to throw anything away, just gloss over with a shiny new coat of code. Adding more layers isn't the right approach.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^9: threads + sockets stalling question
by ikegami (Patriarch) on Mar 17, 2010 at 18:23 UTC | |
by BrowserUk (Patriarch) on Mar 18, 2010 at 23:51 UTC | |
by ikegami (Patriarch) on Mar 19, 2010 at 00:38 UTC | |
by BrowserUk (Patriarch) on Mar 19, 2010 at 01:23 UTC |