in reply to Re^3: threads and their alternatives
in thread Alternatives to threads for maintaining GUI app responsiveness
So far, I've only used AnyEvent for TCP and timers, and that works well on Windows. I suppose it works well enough with pipes, at least it has lots of Win32-specific code to create a selectable pipe on Win32. I haven't used AnyEvent::DBI, as I'd use a thread instead of an external process if I had the need to do asynchronous DB access on Windows, and the code looks as if it uses features like selectable filehandles, that just aren't conveniently available on Windows...
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: threads and their alternatives
by BrowserUk (Patriarch) on Sep 30, 2011 at 22:20 UTC | |
by Corion (Patriarch) on Sep 30, 2011 at 22:26 UTC |