Geert Bevin wrote:
at the moment they don't have a real function besides inspecting the active sessions, correct. However, this doesn't mean that it will continue to be like that in the future or that something else will not rely on them. Not implementing should work now, but be aware that they are part of the public API and can as such be relied upon at one time by something.
Okay, understood. FYI, I am going to try to implement a session manager that stores session data in a distributed key-value-pair cache (http://www.danga.com/memcached) which is very fast and extremely scalable but doesn't really have a "list all the active objects of type X" operation. You can sort of get a rough approximation but it's inefficient and is intended for debugging/tuning the cache more than for production use.
-Steve _______________________________________________ Rife-users mailing list [email protected] http://lists.uwyn.com/mailman/listinfo/rife-users
