Re: Deserializing specific objects from a file

2007-09-19 Thread Aaron J. M.
That's exactly what I needed. Thank you. Aaron J. M. -- http://mail.python.org/mailman/listinfo/python-list

Deserializing specific objects from a file

2007-09-18 Thread Aaron J. M.
what techniques I have to employ here? Thank you, Aaron J. M. P.S. Is it *deserialize* or *unserialize*? -- http://mail.python.org/mailman/listinfo/python-list

Re: Pausing and Unpausing Threads

2007-08-13 Thread Aaron J. M.
much. :) - Aaron J. M. -- http://mail.python.org/mailman/listinfo/python-list

Re: Pausing and Unpausing Threads

2007-08-12 Thread Aaron J. M.
for your help. :) I'll get to work on this now. Cheers, Aaron J. M. -- http://mail.python.org/mailman/listinfo/python-list

Re: Pausing and Unpausing Threads

2007-08-12 Thread Aaron J. M.
serialization or other kinds of cleanup. Have people encountered something like this before? Thank you, Aaron J. M. -- http://mail.python.org/mailman/listinfo/python-list

Pausing and Unpausing Threads

2007-08-11 Thread Aaron J. M.
: self.__action = action I'm worried that this loop may wast some CPU cycles, and wonder if there's a better way through thread synchronization using such things as Events or Conditions. Thank you, Aaron J. M. -- http://mail.python.org/mailman/listinfo/python-list