Hi!

On Tue, Jan 13, 2004 at 03:27:51PM +0100, Daniel Lang wrote:

> I?m using a GD-based Module (Bio::Graphics) to generate png-graphics on 
> the fly with a Modperl Content Handler.
> Now I encounter the following problem:
> The first request(after httpd restart), is served well, and the 
> generated graphic is in color - every other request after that produces 
> black/white grafics. Everything is OK with the other content, only the 
> color information of the graphic seems to be lost?
> When I use the same routine in a cgi or shell enviroment everything 
> works fine...

sounds like this to me:
http://perl.apache.org/docs/1.0/guide/porting.html#Sometimes_it_Works__Sometimes_it_Doesn_t

Maybe GD is messing something up, but I'm rarely using it so I cannot say
anything about it.

-- 
#!/usr/bin/perl                               http://domm.zsi.at
for(ref bless{},just'another'perl'hacker){s-:+-$"-g&&print$_.$/}

-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html

Reply via email to