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 fails with error opening file. as soon as I remove the
GD::Graph::plot method it works.

my code :
   print "<P ALIGN=CENTER>\n
   <IMG SRC=\"data:image/png;base64,",
   encode_base64($g->plot( \@data )->png,''),
   "\"";

Any idea ??

Thanks in advance.

Regards

Yann

Reply via email to