Re: what can be used in a signal handler

2007-01-18 Thread hg
Nick Maclaren wrote: > > In article <[EMAIL PROTECTED]>, > hg <[EMAIL PROTECTED]> writes: > |> > |> I posted an equivalent question earlier ... but am still not sure: > |> > |> I currently (under Linux) have a program that uses Queue.put > |> (raw_input('')) in a signal handler and Queue.get()

Re: what can be used in a signal handler

2007-01-18 Thread Nick Maclaren
In article <[EMAIL PROTECTED]>, hg <[EMAIL PROTECTED]> writes: |> |> I posted an equivalent question earlier ... but am still not sure: |> |> I currently (under Linux) have a program that uses Queue.put (raw_input('')) |> in a signal handler and Queue.get() in the main/only thread. |> |> It wor