Ankit, How do you load Inline::Java? Is it in a CGI under Apache or does your web server communicate with another Perl server that uses Inline::Java? I don't know about ePerl...
Patrick On Sat, 2004-04-10 at 15:42, Ankit khare wrote: > hi , > we have a lucene based search interfaced to our eperl based site via > Inline::java(client/server model ). > > Given The extreme load of our site( .7 million searches dialy ) what > would be better ? interfacing with Inline::Java using > > 1. JNI ( seemingly a tough job given that we *have* to run a ancient > version =>5.003 :( ) > > or > > 2. A Java based ( http/XML/whatever..) server which acts like a search > server which gets in the Lucene query and spews out results over the > network ..( ne Open Source Options ??) > > Plucene is out of the question because of code rework... > > regards > Ankit.