Sorry to jump in the middle of the discussion
Would these connections be implemented thru threads?

Martin Gainty

______________________________________________

Disclaimer and confidentiality note

Everything in this e-mail and any attachments relating to the official business of Laconia Data Systems (LDS) is proprietary to the company. It is confidential, legally privileged and protected by law. LDS does not own and endorse any other content. Views and opinions are those of the sender unless clearly stated as being that of LDS.

The person addressed in the e-mail is the sole authorised recipient. Please notify the sender immediately if it has unintentionally reached you and do not read, disclose or use the content in any way.

LDS can not assure that the integrity of this communication has been maintained nor that it is free of errors, virus, interception or interference.

             _____________GMT-5___________________

 

>From: "Jonathan Roberts" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: Re: soap and connection pooling
>Date: Thu, 10 Oct 2002 00:35:01 +0100
>MIME-Version: 1.0
>X-Originating-IP: [213.122.139.228]
>Received: from apache.org ([63.251.56.142]) by mc5-f31.law1.hotmail.com with Microsoft SMTPSVC(5.0.2195.4905); Wed, 9 Oct 2002 16:35:25 -0700
>Received: (qmail 96423 invoked by uid 500); 9 Oct 2002 23:34:54 -0000
>Received: (qmail 96414 invoked from network); 9 Oct 2002 23:34:54 -0000
>Received: from f186.law8.hotmail.com (HELO hotmail.com) (216.33.241.186) by daedalus.apache.org with SMTP; 9 Oct 2002 23:34:54 -0000
>Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 9 Oct 2002 16:35:02 -0700
>Received: from 213.122.139.228 by lw8fd.law8.hotmail.msn.com with HTTP;Wed, 09 Oct 2002 23:35:01 GMT
>Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
>Precedence: bulk
>list-help:
>list-unsubscribe:
>list-post:
>Delivered-To: mailing list [EMAIL PROTECTED]
>Message-ID: <[EMAIL PROTECTED]>
>X-OriginalArrivalTime: 09 Oct 2002 23:35:02.0291 (UTC) FILETIME=[7D2DBE30:01C26FEC]
>X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N
>Return-Path: [EMAIL PROTECTED]
>
>
>Hi Mike,
>
>Yes most if not all app server do this. I just wanted to know if
>the app would handle it via soap.
>
>See previous replies.
>
>Cheers
>
>Jonathan
>
>
>>
>>surely your application server will handle connection pooling for
>>you if
>>you set up a datasource? I use WebSphere App Server (well I work
>>for big
>>blue so I guess I would!) and that is how it works there. Don't
>>know about
>>jrun though...
>>
>>
>>regards
>>
>>Michael Asbridge
>>____________________________
>>Sun Certified Java 2 Programmer
>>
>>Application Developer (Advisory)
>>(IBM Global Services(E-Business Application Services(Messaging
>>Services)))
>>
>>location: IBM UK, North Harbour, F3T
>>int tel: 258472
>>ex tel: + 44 (0)2392 568472
>>mobile: 07801 707 202
>>
>>"The first rule of Fight Club is: no smoking."
>>
>>
>>Mark Childerson <[EMAIL PROTECTED]>on 09/10/2002 17:48:59
>>
>>Please respond to [EMAIL PROTECTED]
>>
>>To: [EMAIL PROTECTED]
>>cc:
>>Subject: Re: soap and connection pooling
>>
>>
>>
>>We handle this very issue by creating a singleton class which
>>handles the
>>connection pool. The first time the soap server class (ie, the bean
>>in your
>>case) is instantiated, it calls the connection pool for a
>>connection. This
>>starts up the pool, which handles the connections from then on.
>>Every
>>method in the soap server asks for a connection from the pool and
>>relinquishes it when finished.
>>
>>Mark
>>
>>
>>At 05:17 PM 09/10/2002 +0100, you wrote:
>>
>> >Does anyone know if connection pooling is possible via soap.
>> >
>> >
>> >My server side interface uses a bean which connects to a
>>database.
>> >
>> >I'm presuming that soap runs on the server ( e.g.jrun ) and this
>>server
>> >handles the pool of conenctions in the same way as if my bean was
>>running
>> >withing jrun.
>> >
>> >any opinions?
>> >
>> >Jonathan
>> >
>> >
>> >_________________________________________________________________
>> >MSN Photos is the easiest way to share and print your photos:
>> >http://photos.msn.com/support/worldwide.aspx
>> >
>> >
>> >--
>> >To unsubscribe, e-mail:
>>
>> >For additional commands, e-mail:
>>
>>
>>
>>
>>--
>>To unsubscribe, e-mail:
>>
>>For additional commands, e-mail:
>>
>>
>>
>>
>>
>>
>>--
>>To unsubscribe, e-mail:
>>
>>For additional commands, e-mail:
>>
>
>
>
>
>_________________________________________________________________
>Chat with friends online, try MSN Messenger:
>http://messenger.msn.com
>
>
>--
>To unsubscribe, e-mail:
>
>For additional commands, e-mail:
>


Chat with friends online, try MSN Messenger: Click Here
-- To unsubscribe, e-mail: For additional commands, e-mail:

Reply via email to