[Asterisk-java-users] FastAGI - creation of new AGIScript instance
Brought to you by:
srt
From: Alex <ab...@ga...> - 2005-09-28 18:54:05
|
Hi again: 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? My question arises because when I make a second call, I print an = attribute of my AGIScript class on the first line of the method = "service". It's printing the value of the previous call. Thanks, Alejandro |