> I guess the best solution would be to expose an API on a network port?
> Is this a job for pyro or twisted maybe?

Probably, or maybe even xmlrpc/soap/json if you wanted to provide
support for clients in other languages.  I suppose then you'd have to
start a server (on port > 1024) in another thread and deal with the
multithreading issues.  I don't know how much pyro or twisted takes
care of that for you.

Rob

Reply via email to