Reportlab Image object opens filehandles

John J. Lee jjl at pobox.com
Thu Sep 11 07:07:43 EDT 2003


Michael Schmitt <nomail at nomail.com> writes:

> Tim Hoffman wrote:
> 
> > Have a look at limit (or in csh ulimit)
> > 
> > 256 open files is the default limit for a user/process. (all about
> > conserving resources) you can make this bigger (much bigger ;-) assuming
> > you have permissions.
> > 
> > Rgds
> > 
> Hello Tim.
> unfortunately changing this limit is not an option for me.

If you can't use a different machine, alter Image so it doesn't open a
file until actually necessary.  Should be easy.


John




More information about the Python-list mailing list