Re: Max files in unix folder from PIL process

2005-03-28 Thread David Pratt
Hi. I am creating a python application that uses PIL to generate thumbnails and sized images. It is beginning to look the volume of images will be large. This has got me to thinking. Is there a number that Unix can handle in a single directory. I am using FreeBSD4.x at the moment. I am

Re: Max files in unix folder from PIL process

2005-03-28 Thread Corey Brune
On Mon, 28 Mar 2005 21:25:28 -0400, David Pratt [EMAIL PROTECTED] wrote: Hi. I am creating a python application that uses PIL to generate thumbnails and sized images. It is beginning to look the volume of images will be large. This has got me to thinking. Is there a number that Unix can

Re: Max files in unix folder from PIL process

2005-03-28 Thread David Pratt
Hi Corey. Thank you for your reply. 800K is pretty significant. Yes, the reason I want to use the filesystem is to avoid the speed problems that come from storing images in the database. I can see there really being no limit when it comes to spreading the numbers thinner but most concerned

Re: Max files in unix folder from PIL process

2005-03-28 Thread Danny Pansters
On Tuesday 29 March 2005 03:25, David Pratt wrote: Hi. I am creating a python application that uses PIL to generate thumbnails and sized images. It is beginning to look the volume of images will be large. This has got me to thinking. Is there a number that Unix can handle in a single