RE: [Zope] zope transactions
I've been reading the Zope 2.0 notes. It states that Zope 2.0 is multi-threaded only if used with ZServer. Will that always be the case or is that just a temporary limitation?
-----Original Message----- From: Jim Fulton [mailto:jim@digicool.com] Sent: Wednesday, May 19, 1999 23:12 To: Jay, Dylan Cc: 'zope@zope.org' Subject: Re: [Zope] zope transactions
"Jay, Dylan" wrote:
Would I be right in saying that when zope is executing an
external method
all other requests are blocked? What about sql transactions?
Zope 1.x is single threaded. Zope 2.0, which will be releases in alpha later today is multi-threaded. Note that extension modules that have operations that take a long time (e.g. database interfaces) need to take certain measures (releasing Python's global interpreter lock) to avoid blocking other threads.
My site seems to be experiencing some long lags in getting a page. Is there anyway to improve this?
Zope 2 should help alot.
Jim
-- Jim Fulton mailto:jim@digicool.com Python Powered! Technical Director (888) 344-4332 http://www.python.org Digital Creations http://www.digicool.com http://www.zope.org
Under US Code Title 47, Sec.227(b)(1)(C), Sec.227(a)(2)(B) This email address may not be added to any commercial mail list with out my permission. Violation of my privacy with advertising or SPAM will result in a suit for a MINIMUM of $500 damages/incident, $1500 for repeats.
participants (1)
-
Jay, Dylan