[Twisted-Python] Weta Digital is hiring

2013-03-29 Thread Donal McMullan
"Weta Digital is a world leading visual effects company based in Wellington, New Zealand." The "Production Engineer" roles on our jobs page are heavily Python focused. Some of that Python code will be inside applications like Autodesk's Maya or the Foundry's Nuke, but most of it will solve the k

[Twisted-Python] Reason of calling Stale Broker inside loopback

2013-03-29 Thread Sergey Gerasimov
Hello, 1. What is the reason of error "DeadReferenceError: Calling Stale Broker"? My program uses PB inside loopback, so I shouldn't have any disconnects. 2. I call many time remote method returning pb.Referenceable. Can it be a reason of topic 1 or generally lead to system's d

Re: [Twisted-Python] is twisted compatible with pickle?

2013-03-29 Thread Laurens Van Houtven
While everything the people above me have said is correct, I would suggest AMP as an alternative. It would allow you to send most basic Python data types in your messages. On Mar 29, 2013 2:32 AM, "succer...@tiscali.it" wrote: > I have made 2 application: > The client extract data from a sql serv