• 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 concurrent request handling
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Question about concurrent request handling


  • Subject: Re: Question about concurrent request handling
  • From: "Tom M. Blenko" <email@hidden>
  • Date: Tue, 4 May 2010 16:11:00 -0700


Even with concurrent request handling turned on, access to the database is serialized.


Two backdoor ways of getting an additional EOF stack:

Most long queries (after optimization) I've had were related to reporting. Moving the reporting to a separate application prevented the long query from interfering with more typical user access (and educated users' expectations).

If the application is for use by a limited number of users, e.g., internal customers, increasing the number of instances may reduce the likelihood of other users waiting.

	Tom


On May 4, 2010, at 3:17 PM, Ricardo J. Parada wrote:



If I have concurrent request handling enabled and I have a query taking a long time, will other requests block when they try to access the database until the request that issued the long query finishes?

Thanks,
Ricardo


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40martingalesystems.com


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
References: 
 >Question about concurrent request handling (From: "Ricardo J. Parada" <email@hidden>)

  • Prev by Date: Re: Entity Modeler: _deletedEntityNamesInObjectStore in index.eomodeld
  • Next by Date: Re: Question about concurrent request handling
  • Previous by thread: Re: Question about concurrent request handling
  • Next by thread: Custom EOSortOrdering for a WODisplayGroup
  • Index(es):
    • Date
    • Thread