in reply to Passing objects between threads...any solutions ?

Since you can pass strings around, you could serialize the object into a string and deserialize it the next thread (assuming it doesn't contain handles or other special stuff). There's a module to do that, but its name escapes me.
  • Comment on Re: Passing objects between threads...any solutions ?