: I want to know How can I set request timeout through perl by
: webservice::solr end or solr end so that I could hanlde request timeout

I've never used WebService::Solr, but it's docs say it takes in a user 
agent object, (ie: LWP::UserAgent) so that's where you can specify the 
client side timeouts.

Solr doesn't enforce any server side HTTP timeouts, but your servlet 
container might (you have to check it's docs)


-Hoss

Reply via email to