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 > - blac

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) scope.

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 r

Re: modperl GD problem

2004-01-14 Thread Thomas Klausner
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 > gener

modperl GD problem

2004-01-13 Thread Daniel Lang
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 request after that produces black