Re: Process with ftplib

2008-12-26 Thread nemo
On Dec 26, 10:40 pm, "Gabriel Genellina" wrote: > En Fri, 26 Dec 2008 11:07:30 -0200, nemo escribió: > > > There seems something wrong when I use multiprocessing.Process with > > ftplib, [...] > > It works well but when I using the Process module, something seems > > wrong: > > ftp = qftp(host, p

Re: Process with ftplib

2008-12-26 Thread Gabriel Genellina
En Fri, 26 Dec 2008 11:07:30 -0200, nemo escribió: There seems something wrong when I use multiprocessing.Process with ftplib, [...] It works well but when I using the Process module, something seems wrong: ftp = qftp(host, port, user, password) p = multiprocessing.Process(target = ftp.connect)