Re: [Asterisk-java-users] FastAGI - creation of new AGIScriptinstance
Brought to you by:
srt
From: Stefan R. <sr...@re...> - 2005-09-28 20:35:46
|
On Wed, 2005-09-28 at 17:04 -0300, Alex wrote: > Hi Stefan: >=20 > To tell you the truth, I allways tought that the AGIServer created one > instance per call. So, it is good to know now that it's not that way. > But this leads me to another question. How do you handle multiple calls w= ith > this architecture? If you do, can you please send me a working example? the easiest way is to declare your call-local variables in the service method instead of using attributes declared at class level. =3DStefan |