Dear all, here i am using zop-2.8.1 and am trying to get the how many users currently loged in zope. Let me know if zope having any supported function or module to do the same . thanks and regards vaibhav
--On 29. April 2008 17:40:39 +0530 vaibhav pol <vaibhav4947@gmail.com> wrote:
Dear all, here i am using zop-2.8.1 and am trying to get the how many users currently loged in zope. Let me know if zope having any supported function or module to do the same .
There is nothing like how-many-users-are-currently-logged-in. HTTP is stateless. -aj
vaibhav pol schrieb:
Dear all, here i am using zop-2.8.1 and am trying to get the how many users currently loged in zope. Let me know if zope having any supported function or module to do the same .
to my knowledge there is no such tool. the logged in user is not a state kept by the server, so there is nothing the server can tell you. robert
thanks and regards vaibhav
------------------------------------------------------------------------
_______________________________________________ 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 )
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 robert rottermann wrote:
vaibhav pol schrieb:
Dear all, here i am using zop-2.8.1 and am trying to get the how many users currently loged in zope. Let me know if zope having any supported function or module to do the same .
to my knowledge there is no such tool. the logged in user is not a state kept by the server, so there is nothing the server can tell you.
The usual workaround is to report the number of sessions open (which the server *does* know about). Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 tseaver@palladion.com Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIGIXE+gerLs4ltQ4RAih8AKC9/rq0YK7yHXD5KF2t8JC+pZ+AwACg2jG6 OHKwvimJ5oti49GZZSlnD9g= =Wrsc -----END PGP SIGNATURE-----
participants (4)
-
Andreas Jung -
robert rottermann -
Tres Seaver -
vaibhav pol