Re: [Zope] asp request and response objects
Hey Chris, I will look into CoreSessionTracking for sure... thats great it works across ZEO. Definately spell this out in my ASP IS CRAP COMPARED to ZOPE document I am putting together... thanks...! Later, David Kovach dave@kovach.com SAP
From: "Chris McDonough" <chrism@digicool.com> To: <dave@kovach.com>, <andym@ActiveState.com>, <zope@zope.org> Subject: Re: [Zope] asp request and response objects Date: Wed, 25 Apr 2001 18:46:38 -0400
Hi Andy,
The ASP session object is quick and easy but it doesnt scale well at all due to it being a memory hog and it isnt an enterprise-wide solution for security reasons.
But, definately need some "canned" ZOPE solutions to describe how to a) handle session via something like a session object and b) show the bonus of decreased memory usage and increased security with a ZOPE session "object"...
There are many session products for Zope. One is CoreSessionTracking, which can operate in "ASP mode" (e.g. chew up all the memory on your machine and don't allow for a clustered solution without a session affinity manager), or it can alternately use the ZODB for more sane memory consumption and clustering via ZEO. Its documentation explains in lots of detail how it helps.
- C
_________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com
Number of converts this week: Zope 1 ASP 0 ;) -- Andy McKay. ----- Original Message ----- From: "David Kovach" <davidkovach@hotmail.com> To: <chrism@digicool.com>; <andym@activestate.com>; <zope@zope.org> Sent: Wednesday, April 25, 2001 3:53 PM Subject: Re: [Zope] asp request and response objects
Hey Chris,
I will look into CoreSessionTracking for sure... thats great it works across ZEO.
Definately spell this out in my ASP IS CRAP COMPARED to ZOPE document I am putting together... thanks...!
Later,
David Kovach dave@kovach.com SAP
participants (2)
-
Andy McKay -
David Kovach