I'm kind of looking for a couple pointers on a session management issue.
I have a web cluster solution, originally designed for PHP, and am
planning to use it in Java and Tomcat. It provides session locking for
frames and concurrency and manages small to medium sized web clusters. It
assume no ses
mation for the best way to augment the
Manager's behavior.
>
> markw@mohawksoft.com wrote:
>> I'm kind of looking for a couple pointers on a session management issue.
>>
>> I have a web cluster solution, originally designed for PHP, and am
>> planning to
> markw@mohawksoft.com wrote:
>>> this would be a question for the user list,
>>> take a look at the persistence manager
>>> http://tomcat.apache.org/tomcat-5.5-doc/config/manager.html
>>>
>>
>> I kind of split on where to ask this, but it has act
> markw@mohawksoft.com wrote:
>>> markw@mohawksoft.com wrote:
>>>
>>>>> this would be a question for the user list,
>>>>> take a look at the persistence manager
>>>>> http://tomcat.apache.org/tomcat-5.5-doc/config/manager.html
> markw@mohawksoft.com wrote:
>>> this would be a question for the user list,
>>> take a look at the persistence manager
>>> http://tomcat.apache.org/tomcat-5.5-doc/config/manager.html
>>
>> I kind of split on where to ask this, but it has actually ver
>>
> I promise you, this is the last time I will respond to you,
> the original link I sent you
> http://tomcat.apache.org/tomcat-6.0-doc/config/manager.html
> *
> now scroll down until you see
> org.apache.catalina.session.PersistentManager
>
> did you even get that far down the document, cause y
> markw@mohawksoft.com wrote:
>> This isn't a question about "how to use" the system in my servlet, it is
>> a
>> question about the best approach to implement different functionality in
>> the server.
>
> Ok, I understand. I suggest forgetting ab
I would tend to view a Cassandra session manager as secondary to the
notion of a simple and extensible session manager interface that is
fundamentally disconnected from the tomcat infrastructure.
It would be valuable to use class serialization and session information in
a cross platform way across
> Hi Mark, Thanks for the reply.
>
> In your opinion should we be using local memory to store any session
> data? The discussion right now is to store everything to cache+db and
> nothing in local memory.
The problem with any cache system is cache coherency. Tomcat takes the
easy way out by requir
> Hi Mark, Thanks for the reply.
>
> In your opinion should we be using local memory to store any session
data? The discussion right now is to store everything to cache+db and
nothing in local memory.
(Sorry, hit enter before complete)
The "right" answer, for an arbitrary definition of "right," i
> On 17/12/2009 20:24, ma...@mohawksoft.com wrote:
>>> Hi Mark, Thanks for the reply.
>>>
>>> In your opinion should we be using local memory to store any session
>>> data? The discussion right now is to store everything to cache+db and
>>> nothing in local memory.
>>
>> The problem with any cache
11 matches
Mail list logo