Re: Using thread in an asyncronous application

2008-11-29 Thread Aaron Brady
On Nov 29, 5:27 am, "Giampaolo Rodola'" <[EMAIL PROTECTED]> wrote: > On 29 Nov, 02:24, Aaron Brady <[EMAIL PROTECTED]> wrote: > > > > > On Nov 27, 9:03 am, "Giampaolo Rodola'" <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > I'm the maintainer of an asynchronous FTP server implementation based > > > on

Re: Using thread in an asyncronous application

2008-11-29 Thread Giampaolo Rodola'
On 29 Nov, 02:24, Aaron Brady <[EMAIL PROTECTED]> wrote: > On Nov 27, 9:03 am, "Giampaolo Rodola'" <[EMAIL PROTECTED]> wrote: > > > > > > > Hi, > > I'm the maintainer of an asynchronous FTP server implementation based > > on asyncore. > > Some days ago I thought it would be interesting to add a cla

Re: Using thread in an asyncronous application

2008-11-28 Thread Aaron Brady
On Nov 27, 9:03 am, "Giampaolo Rodola'" <[EMAIL PROTECTED]> wrote: > Hi, > I'm the maintainer of an asynchronous FTP server implementation based > on asyncore. > Some days ago I thought it would be interesting to add a class > offering the possibility to run the asyncore loop into a thread so > tha

Using thread in an asyncronous application

2008-11-27 Thread Giampaolo Rodola'
Hi, I'm the maintainer of an asynchronous FTP server implementation based on asyncore. Some days ago I thought it would be interesting to add a class offering the possibility to run the asyncore loop into a thread so that a user can run the server without blocking the entire application. It could b