Re: modperl GD problem

2004-01-14 Thread Gerald Richter
Hi, Daniel Lang wrote: Hi, 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

Re: modperl GD problem

2004-01-14 Thread Daniel Lang
Hi, Thanks for the answers... Gerald Richter wrote: I guess there are a value that stay persitent,which makes trouble on the second request. That´s what I´m thinking too, but I think I´ checked for globals variables and so on in my code - all variables involved should be local (subroutine)

Re: modperl GD problem

2004-01-14 Thread Gerald Richter
Another interesting;) thing happened when I changed the line for the Bio::Graphics module in my startup.pl, from use Bio::Graphics (); to use Bio::Graphics; - the first images was colored and then in each following request the color faded! (green - light green - blue green - black) So