cygwin on 95 slower than NT
Paul Sokolovsky
paul-ml@is.lg.ua
Mon Nov 29 04:59:00 GMT 1999
Hello Chris,
Chris Faylor <cgf@cygnus.com> wrote:
>>>>Iam using cygwin shell on NT and 95. On windows 95 the shell scripts
>>>>are considerably slow. Like it take 1-2 seconds for each command. Is
>>>>this natural?. Is there any parameter to be adjusted in the DOS Shell.
>>>>Iam a shell maniac I badly need a fast shell on Win95. Could you
>>>>help?.
>>It's known issue of Cygwin (and other POSIX layers, e.g. UWIN). They
>>all by some reason (probably because they themselves were developed on
>>NT, without enough attention to other Win32 systems) count Win9x as
>>'degraded mode'.
CF> Oh yeah. That was it. If only we'd paid more attention to Windows 95,
CF> Cygwin would be much faster. I knew that we should have used the
CF> "GoFasterOnWin9x (TRUE);' function.
Joke, guys, joke. I can laugh you even more: I was so amused by
assurance that sane POSIX implementation cannot be done on Win95 that
take making proof of that as my thesis (i.e. I stated that I would
implement such thing and it will be as bad as already existing).
Consider my condition when I had to announce on the defend that I
failed achieving objectives of my thesis! For some unknown reason
stupid thing didn't want to work badly - it did screen output quite
fast, process files fast also and didn't corrupt them trying to cut
\r\n to \n or vice-versa. But don't hold breath, story has happy end:
I was granted my Master degree.
CF> If anyone thinks they can optimize things so that console I/O works
CF> better on Windows 95, I'll be thrilled to consider a patch.
Back from humor, if you consider only "optimization patches",
probably nothing can be done - I believe that there's really nothing
unneeded in cygwin, as comprehensive POSIX implementation.
But take an other perspective: how many programs require general
POSIX terminal interface? My estimate that no more than 20% At least
fileutils, textutils, shellutils, binutils - most commonly used
packages doesn't use it. Make lightweight write() path for them -
directly to WriteFile() and then see the difference.
CF> -chris
Best regards,
Paul mailto:paul-ml@is.lg.ua
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com
More information about the Cygwin
mailing list