Hi,

   It is fine to run both of sides within the same process, many test
> suites in twisted do this.
>

I can be wrong, but tests often use `proto_helpers.StringTransport` to
avoid spawning a new process and probably not intended for usage outside of
tests.

If it is the same process, why not to access objects directly?
`pb.Referenceable` and `pb.Root` should be just wrappers around your own
objects.

-- 
Regards,
Maxim
_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to