[plug] 10 reasons why Linux will triumph over Windows

2009-02-16 Thread Silverlokk
May be too optimistic but still worth a good read -- http://feeds.feedburner.com/~r/techrepublic/10things/~3/539668010/ Sent to you by Silverlokk via Google Reader: 10 reasons why Linux will triumph over Windows via 10 Things by Jack Wallen on 2/14/09 Windows 7 may be generating some positive buz

Re: [plug] Optimal Number Files of Per Directory

2009-02-16 Thread Daniel Ortega
hi! maybe ext4 could help. Dan On Fri, Feb 13, 2009 at 2:09 PM, Ludwig Isaac Lim wrote: > > Hi: > > We're try to implement a large file server. Since there are so many > files. I'm thinking of > splitting the files across multiple subdirectories. What do you think in a > good number of

Re: [plug] Optimal Number Files of Per Directory

2009-02-16 Thread fooler mail
On Mon, Feb 16, 2009 at 9:44 AM, Orlando Andico wrote: > ZFS is also available on FUSE so you can run it under Linux. not recommended as you run ZFS on the userland instead in the kernel land as you suffer some performance.. linux cant integrate in the kernel due to licensing issues (intentional

Re: [plug] Maximum number of lines wc can count

2009-02-16 Thread Ramil Galib
Since Google can't answer me, I download the coreutils source package in which wc belongs. the variable total_lines is of type uintmax_t. Now I'm getting somewhere. On 2/16/09, Roger Filomeno wrote: > I should since the whole file is not actually loaded into memory. Its jst > going to take a lo