Ticket #63 (new task)
replace signal handler with event handler
Reported by: | mmckerns | Owned by: | mmckerns |
---|---|---|---|
Priority: | major | Milestone: | mystic-0.5a |
Component: | mystic.solvers | Keywords: | |
Cc: |
Description
As stated in ticket #62, signal.signal can only be run from the main thread. Catching signals, as done in the mystic-0.1a1 release, is not suited for distributed or parallel computing... or with a GUI front-end. An event handler that understands TCPIP connections needs to replace the use of the python "signal" module.
Change History
Note: See
TracTickets for help on using
tickets.
This ticket replaces tickets #9 and #62.
Requirements (carried over from ticket #9):