I am pretty sure that maps to the ServerSocket’s backlog: “requested maximum 
length of the queue of incoming connections”


From: <webobjects-dev-bounces+chill=gevityinc....@lists.apple.com> on behalf of 
Ramsey Gurley <rgur...@smarthealth.com>
Date: Monday, June 6, 2016 at 10:44 AM
To: Leigh Kivenko <lei...@portfolioaid.com>
Cc: WebObjects-Dev <webobjects-dev@lists.apple.com>
Subject: Re: Question about jdbc connection pool

Off the top of my head, not sure. It’s probably specified in java monitor help. 
But it has nothing to do with database connections AFAIK.

On Jun 6, 2016, at 10:31 AM, Leigh Kivenko 
<lei...@portfolioaid.com<mailto:lei...@portfolioaid.com>> wrote:


Thanks again. What is the “Connection pool size” in the JavaMonitor then? 
Something else?

<image001.jpg>

Leigh Kivenko | VP, Technology
PortfolioAid
t. 416-479-0523 | e. lei...@portfolioaid.com<mailto:lei...@portfolioaid.com>

This e-mail may be privileged and confidential. If you received this e-mail in 
error, please do not use, copy or distribute it, but advise me immediately (by 
return e-mail or otherwise), and delete the e-mail.

From: Ramsey Gurley [mailto:rgur...@smarthealth.com]
Sent: Monday, June 06, 2016 12:52 PM
To: Leigh Kivenko <lei...@portfolioaid.com<mailto:lei...@portfolioaid.com>>
Cc: webobjects-dev@lists.apple.com<mailto:webobjects-dev@lists.apple.com>
Subject: Re: Question about jdbc connection pool

Yes, one connection per application instance is the default.

On Jun 6, 2016, at 9:47 AM, Leigh Kivenko 
<lei...@portfolioaid.com<mailto:lei...@portfolioaid.com>> wrote:



Thanks Ramsey. Does that mean there is only 1 database connection shared by all 
end-users of an app? So if a user hits a query that runs for 3+ seconds all 
other application users are stuck waiting for that query to complete?

Leigh Kivenko | VP, Technology
PortfolioAid
t. 416-479-0523 | e. lei...@portfolioaid.com<mailto:lei...@portfolioaid.com>

This e-mail may be privileged and confidential. If you received this e-mail in 
error, please do not use, copy or distribute it, but advise me immediately (by 
return e-mail or otherwise), and delete the e-mail.

From: 
webobjects-dev-bounces+dev=portfolioaid....@lists.apple.com<mailto:webobjects-dev-bounces+dev=portfolioaid....@lists.apple.com>
 [mailto:webobjects-dev-bounces+dev=portfolioaid....@lists.apple.com] On Behalf 
Of Ramsey Gurley
Sent: Monday, June 06, 2016 12:18 PM
To: Leigh Kivenko <lei...@portfolioaid.com<mailto:lei...@portfolioaid.com>>
Cc: webobjects-dev@lists.apple.com<mailto:webobjects-dev@lists.apple.com>
Subject: Re: Question about jdbc connection pool

The ObjectStoreCoordinator opens one connection which everything shares by 
default. If you want multiple connections, you have to create multiple OSCs. 
There’s an OSC pool built into Wonder, but it leaks memory.

On Jun 6, 2016, at 8:40 AM, Leigh Kivenko 
<lei...@portfolioaid.com<mailto:lei...@portfolioaid.com>> wrote:




Hello,
How does one set the jdbc connection pool size? Is there a default if this 
isn’t specifically set?

Thanks,

Leigh Kivenko | VP, Technology
PortfolioAid
t. 416-479-0523 | e. lei...@portfolioaid.com<mailto:lei...@portfolioaid.com>

This e-mail may be privileged and confidential. If you received this e-mail in 
error, please do not use, copy or distribute it, but advise me immediately (by 
return e-mail or otherwise), and delete the e-mail.

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      
(Webobjects-dev@lists.apple.com<mailto:Webobjects-dev@lists.apple.com>)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/rgurley%40smarthealth.com

This email sent to rgur...@smarthealth.com<mailto:rgur...@smarthealth.com>

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to