-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Brian Sullivan wrote:

>>From what I can determine Zope does or should run on Solaris on a Sun
> server. Is that assumption correct.
> 
> Can anybody point to any resources or have any comments/opinions--
> like what versions of Zope/Solaris seem to be compatible, any special
> issues/requirements?

Except for the fact that it will seem dog slow, Zope runs fine on
Solaris.  The major issue seems to be that the threading model in the
Solaris libc is especially punitive for long-running, multi-threaded
Python applications.

I would recommend running multiple appserver processes, each with a
single "worker" thread, rather than trying to run a truly multi-threaded
appserver;  you will then need to load balance them (e.g., with Pound).


Tres.
- --
===================================================================
Tres Seaver          +1 202-558-7113          [EMAIL PROTECTED]
Palladion Software   "Excellence by Design"    http://palladion.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFC+9nk+gerLs4ltQ4RAhL1AKC+8Rhv2qz9r7xliS/dwXuCJwXW0gCeL33h
nujTWQAHRXB74pOMFej+zuM=
=nCbx
-----END PGP SIGNATURE-----

_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to