Re: [Asterisk-java-users] FastAGI - creation of new AGIScript instance
Brought to you by:
srt
From: Stefan R. <sr...@re...> - 2005-09-28 19:40:59
|
> =20 > I have a question about the FastAGI implementation in Asterisk-Java. > When Asterisk sends a request and the AGIServer processes it, does it > create a fresh new instance (object) of my AGIScript class? > Or somehow it's using an old one? Currently there is only one instance of each AGIScript that serves every request so all instance variables are global to all calls. Is this a problem for you? I already thought about a config option to specify that behavior but till now there have been no such requests. =3DStefan |