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=email@hidden> on behalf of Ramsey Gurley <email@hidden>
Date: Monday, June 6, 2016 at 10:44 AM
To: Leigh Kivenko <email@hidden>
Cc: WebObjects-Dev <email@hidden>
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 <email@hidden> wrote:
Thanks again. What is the “Connection pool size” in the JavaMonitor then? Something else?
Leigh Kivenko |
VP, Technology
t. 416-479-0523 | e. email@hidden
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.
Yes, one connection per application instance is the default.
On Jun 6, 2016, at 9:47 AM, Leigh Kivenko <email@hidden> 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
t. 416-479-0523 | e. email@hidden
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.
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 <email@hidden> wrote:
How does one set the jdbc connection pool size? Is there a default if this isn’t specifically set?
Leigh Kivenko |
VP, Technology
t. 416-479-0523 | e. email@hidden
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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
|