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
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
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
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
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
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