I've recently been in talks with Neal Nortwiz from the Python
development team, who pointed out that my debugger should be using
non-blocking IO for all of it's remote communication mechanisms.

The rationale for this is that, if a GUI is used with my debugger, and
the debugger is blocked waiting for some data from the server, the GUI
will 'freeze' until this data is received and the debugger leaves the
blocking state.

My question is, do any other debuggers work this way? Using
non-blocking IO? Have any of you run into this problem before?


Thanks, Matt


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pyxides" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/pyxides
-~----------~----~----~----~------~----~------~--~---

Reply via email to