From: <php...@li...> - 2006-07-22 18:57:17
|
Hi I'm looking at the possibilities to keep certain Java objects (in my case Lucene index searchers, query filters) persistent between client calls. I looked at the java_session() function, but this is not possible as I it interferes with the session functions of the application in which I'm using the php-java bridge. I also suspect serializing (sometimes larger) objects is beyond the scope of session variable too. So my question is if any of you could shed some light or point me in a good direction to look for the best solutions. I am currently exploring the idea of using a Java cache framework like Apache Jakarta JCS but maybe I'm looking to far ... Any input is very much appreciated Best regards Paul -- http://walhalla.wordpress.com |