billie wrote:

> I'm (re)writing an FTP server application by using
> asyncore/asynchat modules.
> FTP tipically got two different channels: command and data.
> I'm succesfully managing command channel through asynchat
> framework, but I'm not sure about how to manage data channel
> without using a thread/subprocess.
> Is there an optimal to do that?

I don't know much about asynchat, but I think it's been done for
this.

But if you want to save pain, try the Twisted framework.

Regards,


Björn

-- 
BOFH excuse #2:

solar flares

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to