[EMAIL PROTECTED]
|
| Tim Golden <[EMAIL PROTECTED]> wrote:
|
| > Now *where* is there any mention of Twisted, either in the original
| > post or in my reply? As I read it, the OP is doing something which
|
| Ya sorry. I thought this was crossposted but the OP posted 2 different
| emails to both
Tim Golden <[EMAIL PROTECTED]> wrote:
> Now *where* is there any mention of Twisted, either in the original
> post or in my reply? As I read it, the OP is doing something which
Ya sorry. I thought this was crossposted but the OP posted 2 different
emails to both python-list and twisted-python ML.
| Tim Golden <[EMAIL PROTECTED]> wrote:
|
| > No doubt there are more pertinent answers, but unless this is
| > a learning exercise, you'd be better off investigating Pyro:
| > http://pyro.sf.net
|
| AFAIK pyro is just a RPC implementation for python whereas
| Twisted is a
| completely different
Tim Golden <[EMAIL PROTECTED]> wrote:
> No doubt there are more pertinent answers, but unless this is
> a learning exercise, you'd be better off investigating Pyro:
> http://pyro.sf.net
AFAIK pyro is just a RPC implementation for python whereas Twisted is a
completely different beast that happens
[apocalypznow]
| I have a program that instantiates some objects and runs a main loop.
| Before the main loop starts, I create a thread that listens to TCP
| connections on a port. If any connections are made, and depending on
| the data, I call methods on some of those objects.
|
| I am worr
I have a program that instantiates some objects and runs a main loop.
Before the main loop starts, I create a thread that listens to TCP
connections on a port. If any connections are made, and depending on
the data, I call methods on some of those objects.
I am worried that calling methods on