[Zope] Building Zope w/ Sun Forte (rather than gcc)

Dieter Maurer dieter@handshake.de
Sun, 2 Dec 2001 19:36:26 +0100


Tony McDonald writes:
 > ...
 > Dieter, if you still have access to this Solaris box, can you try out 
 > the script that Oliver posted in the 'threading and performance' thread 
 > on it and see what happens?
As Paul reported the problem you see is not a general Solaris
problem.

Could you check whether your Zope is started with any special parameters,
especially:

	-t	controls number of threads
		-t0 or -t1 would show something you see

	-i      controls the frequency (number of Python interpreter
	        instructions) before the Global Interpreter Lock
		is released and other threads get a chance to run.

		A very large value would be bad (several thousand).

If this is not the case, then maybe, someone modified "z2.py".
Or, there is some environment variable that badly affects Zope's operation...


Dieter