public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: Cygwin performance (was [ANN] PW32 the...)
@ 2000-03-16 10:26 Chris Nappi
  2000-03-16 10:43 ` Larry Hall (RFK Partners, Inc)
  0 siblings, 1 reply; 9+ messages in thread
From: Chris Nappi @ 2000-03-16 10:26 UTC (permalink / raw)
  To: cygwin

I know that I would GREATLY appreciate it if someone would put some sort of stat_lite into ls.  I work with cygwin almost exclusively over a Samba connection, and have been forced to use the ls from the Microsoft Unix toolkit because the speed on ls -l, ls -CF and ls --color is so slow over a network drive.
Chris
Heribert Dahms <heribert_dahms@icon-gmbh.de> wrote:

> are you hardwired to 'ls', 'ls -l'  or (like me) 'll'?
> My stock b20 'ls' spits out only filenames!

>I usually use 'ls -l', but what I really want (usually) is the filenames,
>sizes and mod times (and sometimes permissions). And, if I want that, I'll
>have to take the stat() penalty, I guess. So...I was curious...what is it in
>he stat() call that can only be obtained by opening the file? Is it just the
>ygnus stat() emulation that does that? One of these days, maybe I'll try out
> native-Win32 perl 'ls' wrapper script...

>cott.Blachowicz@seaslug.org




--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 9+ messages in thread
* RE: Cygwin performance (was [ANN] PW32 the...)
@ 2000-03-15 13:43 Heribert Dahms
  2000-03-15 14:01 ` Larry Hall (RFK Partners, Inc)
  2000-03-16  9:32 ` Scott Blachowicz
  0 siblings, 2 replies; 9+ messages in thread
From: Heribert Dahms @ 2000-03-15 13:43 UTC (permalink / raw)
  To: 'scott@sabami.seaslug.org', cygwin

Hi Scott,

are you hardwired to 'ls', 'ls -l'  or (like me) 'll'?
My stock b20 'ls' spits out only filenames!

Bye, Heribert (heribert_dahms@icon-gmbh.de)

> -----Original Message-----
> From:	Scott Blachowicz [SMTP:scott@sabami.seaslug.org]
> Sent:	Tuesday, March 15, 1994 01:29
> To:	cygwin@sourceware.cygnus.com
> Subject:	Re: Cygwin performance (was [ANN] PW32 the...) 
> 
> Geoffrey Noer <noer@cygnus.com> wrote:
> 
> > ...
> > Interesting. We have been trying to improve (and succeeding in
> improving)
> > Cygwin's runtime performance but that's been done comparing Cygwin
> to
> > Cygwin-past and not so much by doing benchmarks against other
> systems I
> > think.
> 
> Great! Have you found any way to improve the performance of commands
> like 'ls'
> against remotely mounted file systems? I frequently have things like
> 
>  NET USE * \\SERVER\SHARE
> 
> where SERVER is located on the far end of a PPTP link to a system a
> few
> thousand miles (18-22 hops over the Internet via an ISDN connection on
> my end)
> and doing an 'ls' is unuseably slow (and I think I've tried various
> releases
> from b17 to b20.1). So, I usually try to remember to use the "command
> prompt"
> and the DIR command which works just fine. I also wave perl scripts
> over the
> remote directories (scripts that do file globbing and file system
> traversals)
> and they run fine...but they don't try to get all the file info that
> an 'ls
> -l' would - ought to try out an 'ls' command from the Perl Power Tools
> set
> sometime...
> 
> At any rate...since 'ls' is hardwired into my fingers and I wander
> into these
> directories often enough, using cygwin can be painful, so I haven't
> gotten
> fully into playing with it yet.
> 
> > Have people run any benchmarks comparing Cygwin, Uwin, NuTcracker,
> Interix,
> > anything else out there?
> 
> That would be useful info!
> 
> Scott.Blachowicz@seaslug.org
> 
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 9+ messages in thread
* Re: [ANN] PW32 the (alternative) Posix-over-Win32 layer 0.3.0 released
@ 2000-03-13 10:04 Earnie Boyd
  2000-03-13 11:21 ` Re[2]: " Paul Sokolovsky
  0 siblings, 1 reply; 9+ messages in thread
From: Earnie Boyd @ 2000-03-13 10:04 UTC (permalink / raw)
  To: cygwin

--- Chris Faylor <cgf@cygnus.com> wrote:
> Hmm.  I would like to receive opinions on whether people consider this
> announcement to be off-topic.
> 

I would consider it off-topic for this list unless the core of the product uses
Cygwin.  Announcements of products using Cygwin should be considered on topic,
IMO.


=====
---
   Earnie Boyd: < mailto:earnie_boyd@yahoo.com >
            __Cygwin: POSIX on Windows__
Cygwin Newbies: < http://www.freeyellow.com/members5/gw32/index.html >
           __Minimalist GNU for Windows__
  Mingw32 List: < http://www.egroups.com/group/mingw32/ >
    Mingw Home: < http://www.mingw.org/ >
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2000-03-16 10:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-03-16 10:26 Cygwin performance (was [ANN] PW32 the...) Chris Nappi
2000-03-16 10:43 ` Larry Hall (RFK Partners, Inc)
  -- strict thread matches above, loose matches on Subject: below --
2000-03-15 13:43 Heribert Dahms
2000-03-15 14:01 ` Larry Hall (RFK Partners, Inc)
2000-03-16  9:32 ` Scott Blachowicz
2000-03-16 10:22   ` Chris Faylor
2000-03-13 10:04 [ANN] PW32 the (alternative) Posix-over-Win32 layer 0.3.0 released Earnie Boyd
2000-03-13 11:21 ` Re[2]: " Paul Sokolovsky
2000-03-13 15:16   ` Larry Hall (RFK Partners, Inc)
2000-03-13 15:56     ` Chris Faylor
2000-03-13 16:23       ` Jeff Sturm
2000-03-13 18:08         ` Cygwin performance (was [ANN] PW32 the...) Geoffrey Noer
2000-03-14 16:29           ` Scott Blachowicz
2000-03-14 21:04             ` Chris Faylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).