search for: vbob6zkv

Displaying 1 result from an estimated 1 matches for "vbob6zkv".

2006 Apr 11
6
asp''s application object rails equivalent?
In asp there''s a built''in object, Application, which behaves like the session, but it allows you to share information among all users of the application. (http://www.microsoft.com/windows2000/en/server/IIs/default.asp?url=/windows2000/en/server/IIs/htm/asp/vbob6zkv.htm) It''s just like if every user would be accessing the same session. what is the rails equivalent? And if there is no such thing, how would you implement such a thing? (taking ito account that it would arouse some concurrency issues, in fact asp''s Application object has a l...