threading troubles
Piet van Oostrum
piet at cs.uu.nl
Tue Jul 11 11:36:43 EDT 2006
>>>>> sreekant <skodela at lithium.com> (S) wrote:
>S> I decided in the end to use fork and all is well.
But how are you doing the callback then? From your code it looks like the
callback is called after the external command finishes. The callback would
then be called in the child process, not in the parent process, I think. Or
do you have a solution for that?
--
Piet van Oostrum <piet at cs.uu.nl>
URL: http://www.cs.uu.nl/~piet [PGP 8DAE142BE17999C4]
Private email: piet at vanoostrum.org
More information about the Python-list
mailing list