thanks Yonik
- Original Message -
From: "Yonik Seeley" <[EMAIL PROTECTED]>
To:
Sent: Monday, March 03, 2008 9:20 AM
Subject: Re: too many open files , is it a leak of handler there?
> 2008/3/2 陈亮亮 <[EMAIL PROTECTED]>:
>> Yonik, can i ask where can i get
leak of handler there?
>I just committed a fix for this.
> Thanks for tracking this down!
>
> -Yonik
>
> 2008/2/29 陈亮亮 <[EMAIL PROTECTED]>:
>> ok i have compared the DirectSolrConnection .java and
>> SolrDispatchFilter.java, and found that the DirecSolr
i think i have just fix the problem, and close method in Directsolrconnection,
and now the number of handler keeps stable. hope it would help other solr
users ^_^
- Original Message -
From: "陈亮亮" <[EMAIL PROTECTED]>
To:
Sent: Saturday, March 01, 2008 9:33 AM
Subject: R
Message -
From: "陈亮亮" <[EMAIL PROTECTED]>
To:
Sent: Friday, February 29, 2008 4:51 PM
Subject: too many open files , is it a leak of handler there?
>when embeded the solr in my application last night, i encountered the too
> many open file exception just like that s
when embeded the solr in my application last night, i encountered the too
many open file exception just like that said in
"http://mail-archives.apache.org/mod_mbox/lucene-solr-user/200702.mbox/[EMAIL
PROTECTED]". And i used DirectSolrConnection to integrate solr with my
application.