File handler / GD troubles ???

2001-01-25 Thread Yann Neuhaus
Hi, I am using the GD.pm library and it's working fine under Linux / Apache / mod_perl. The problem with W2000 Apache 1.3.14 and mod_perl 1.24 is that the plot method doesn't seem to free some file handler ressources. I can open a file during my program in read mode a few times and suddendly it

Re: File handler / GD troubles ???

2001-01-25 Thread G.W. Haywood
Hi there, On Sun, 1 Dec 2002, Yann Neuhaus wrote: I can open a file during my program in read mode a few times and suddendly it fails with error opening file. as soon as I remove the GD::Graph::plot method it works. You need to make sure files get closed after being opened. Ordinarily all