MatthewS writes:
> I'd like to know if the following behavior is expected and can be
> avoided: I have a Pyro server object that maintains a queue of work,
> and multiple Pyro worker objects that take work off the queue by
> calling a method on the server (get_work) and then return the work to
>
I'd like to know if the following behavior is expected and can be
avoided: I have a Pyro server object that maintains a queue of work,
and multiple Pyro worker objects that take work off the queue by
calling a method on the server (get_work) and then return the work to
the server by calling another