-----Ursprüngliche Nachricht----- Von: blake biesecker [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 4. Juli 2002 16:39 An: '[EMAIL PROTECTED]' Betreff: RE: Globale and session variable in Axis Mohammed, I could be missing something in your question, but wouldn't a singleton work in this case? Simply create a static current() method on in your connection pool that returns the VMs only instance of the connection pool class. That way it doesn't matter where it is called, you are always gauranteed to get the single instance. Blake > -----Original Message----- > From: Akacem Mohammed [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 04, 2002 6:45 AM > To: '[EMAIL PROTECTED]' > Subject: Globale and session variable in Axis > > > > Hi , > > in my service class I want to use a connectionpool class and > a database class. I want to create only one instance of the > connectionpool class which I want to use for parallel > request.does axis instantiate only one instance of the > myserviecSoapBindingImpl? or does axis instantiate for every > subsequent request an instance of myserviceSoapBindingImpl? > where do I have to put the connectionpool object ? in > myserviceSoapBindImpl? > > Thanks for any help > > Mohammed >