On Sat, Jan 10, 2009 at 10:23:49AM +0100, Ambroz Bizjak wrote:
> I don't think this is true. When the shell forks to create a child, it doesn't
> have to give the child the same standard file descriptors - rather it creates
> pipes, and it passes stdin to the child by reading its own stdin than wr
On Sat, Jan 10, 2009 at 12:05 AM, David Laight wrote:
> On Fri, Jan 09, 2009 at 06:39:27PM +, Luke Kenneth Casson Leighton wrote:
>>
>> further up the strace files, i'm looking at the biggest offender and
>> it looks like it's reading files one byte at a time.
>
> Certainly a normal unix shell
On Saturday 10 January 2009 01:05:07 David Laight wrote:
> On Fri, Jan 09, 2009 at 06:39:27PM +, Luke Kenneth Casson Leighton
wrote:
> > further up the strace files, i'm looking at the biggest offender and
> > it looks like it's reading files one byte at a time.
>
> Certainly a normal unix she
On Fri, Jan 09, 2009 at 06:39:27PM +, Luke Kenneth Casson Leighton wrote:
>
> further up the strace files, i'm looking at the biggest offender and
> it looks like it's reading files one byte at a time.
Certainly a normal unix shell has to read input (from stdin) byte by byte
since it never kn
> If it starts up the wine environment every time this might take some time.
>
> Try to keep a "notepad" open in the background so the wine environment stays
> running.
hiya marcus, good advice - sounds reasonable. tried it: wineserver
is the top-running process, stays with the same process id.
On Fri, Jan 09, 2009 at 06:39:27PM +, Luke Kenneth Casson Leighton wrote:
> http://bugs.winehq.org/show_bug.cgi?id=13606
>
> folks, hi,
>
> am running a configure script under wine, and it's _literally_ one to
> two seconds per sh.exe instance. i started running ./configure over
> two hours
http://bugs.winehq.org/show_bug.cgi?id=13606
folks, hi,
am running a configure script under wine, and it's _literally_ one to
two seconds per sh.exe instance. i started running ./configure over
two hours ago and there are about 100 lines of output so far, with a
further 200 to go i am better off