Re: report on obscure issues: running out of file handles with python under wine

2009-01-30 Thread Luke Kenneth Casson Leighton
On Fri, Jan 30, 2009 at 3:41 AM, Vitaliy Margolen wrote: > Luke Kenneth Casson Leighton wrote: >> also note it's file descriptors not file handles > There are no such thing as "handle" in *NIX world. The only thing matter is > a file descriptor. But it's for files, directories, devices, etc. > > W

Re: report on obscure issues: running out of file handles with python under wine

2009-01-29 Thread Damjan Jovanovic
On Fri, Jan 30, 2009 at 5:41 AM, Vitaliy Margolen wrote: > Luke Kenneth Casson Leighton wrote: >> also note it's file descriptors not file handles > There are no such thing as "handle" in *NIX world. The only thing matter is > a file descriptor. But it's for files, directories, devices, etc. > > W

Re: report on obscure issues: running out of file handles with python under wine

2009-01-29 Thread Vitaliy Margolen
Luke Kenneth Casson Leighton wrote: > also note it's file descriptors not file handles There are no such thing as "handle" in *NIX world. The only thing matter is a file descriptor. But it's for files, directories, devices, etc. Wine takes care of all the handles internally (one of the main tasks

Re: report on obscure issues: running out of file handles with python under wine

2009-01-29 Thread Luke Kenneth Casson Leighton
On Thu, Jan 29, 2009 at 2:02 PM, Michael Stefaniuc wrote: > Hi! > > Luke Kenneth Casson Leighton wrote: >> well the saga continues with using python under wine - i thought i'd >> let you know the analysis and clues so far, in case it rings any bells >> with anyone, now or in the future. as you're

Re: report on obscure issues: running out of file handles with python under wine

2009-01-29 Thread Michael Stefaniuc
Hi! Luke Kenneth Casson Leighton wrote: > well the saga continues with using python under wine - i thought i'd > let you know the analysis and clues so far, in case it rings any bells > with anyone, now or in the future. as you're probably aware, there's > a limit in nt of 2048 file descriptors w

report on obscure issues: running out of file handles with python under wine

2009-01-29 Thread Luke Kenneth Casson Leighton
hiya folks, well the saga continues with using python under wine - i thought i'd let you know the analysis and clues so far, in case it rings any bells with anyone, now or in the future. as you're probably aware, there's a limit in nt of 2048 file descriptors which has caused a large number of fre