• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
RE: Question about jdbc connection pool
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Question about jdbc connection pool


  • Subject: RE: Question about jdbc connection pool
  • From: Leigh Kivenko <email@hidden>
  • Date: Mon, 06 Jun 2016 16:47:06 +0000
  • Thread-topic: Question about jdbc connection pool

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. 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.

 

From: webobjects-dev-bounces+dev=email@hidden [mailto:webobjects-dev-bounces+dev=email@hidden] On Behalf Of Ramsey Gurley
Sent: Monday, June 06, 2016 12:18 PM
To: Leigh Kivenko <email@hidden>
Cc: email@hidden
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 <email@hidden> 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. 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

 

 _______________________________________________
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

  • Follow-Ups:
    • Re: Question about jdbc connection pool
      • From: Chuck Hill <email@hidden>
    • Re: Question about jdbc connection pool
      • From: Ramsey Gurley <email@hidden>
References: 
 >Question about jdbc connection pool (From: Leigh Kivenko <email@hidden>)
 >Re: Question about jdbc connection pool (From: Ramsey Gurley <email@hidden>)

  • Prev by Date: Re: How to avoid expensive fetches in database when setting to-one-relationship
  • Next by Date: Re: Question about jdbc connection pool
  • Previous by thread: Re: Question about jdbc connection pool
  • Next by thread: Re: Question about jdbc connection pool
  • Index(es):
    • Date
    • Thread