I m facing the same problem as you told. That is memory and time performance problem. Actaully i m sending Big XML file to server about 40-50MB files. The SimpleXmlExtractor parse this. But the size is too big so sometimes it get out or Memory or Heap Out and sometimes take too much time that it get timed-out. How to solve this. Increasing Heap is not the solution because at some computer client this big heap size will not be available. So you have wrote that your FRIEND has written some work around using URL. Plz can you give me that solution. Plz reply.
Bruno Dorel wrote: > > My experence is : > > when you use lucene in conjonction with slide don't use asynchronous > mode for the indexer (particulary the PDF indexer) because in case of a > eavy charge, i meen a large amount of documents sent to slide in a > short time; you gona get a out of memory error due to the fact that > slide use byte arrays in memory to send files to lucene : this bug can > be seen using JProfiler. A friend of mine wrote a work arround to use > URL in place of byte arrays hope he will send his code asap to slide > mailing list > > differ_writting false : slide do not buffer writtings so it needs less > memory > > > Those options can be set in Domain.xml have a look to Domain.xml > > Regards > > B DOREL > > Aslam Bari a écrit: > >>Hi Dorel, >>Yes i am using lucene with slide. I have configured it as suggested in >>Documentation correctly. But I don't know about synchronous and >>differ_writting? Plz explain it. >>Thanks... >> >>B DOREL wrote: >> >> >>>Zeitler, Bernd <Bernd.Zeitler <at> VSA.de> writes: >>> >>> >>>Do you use lucene indexer with slide ? is this case use it synchronously >>> (see Domain .xml to set up lucene indexer) >>> >>>Did ou try to set up < differ_writting> to false in Domain.xml ? >>> >>> >>>Regards >>> >>>B DOREL >>> >>> >>>--------------------------------------------------------------------- >>>To unsubscribe, e-mail: [EMAIL PROTECTED] >>>For additional commands, e-mail: [EMAIL PROTECTED] >>> >>> >>> >>> >>> >> >> >> > > > -- View this message in context: http://www.nabble.com/Strange%3A-Slide-Server-Getting-hang%2C-No-reason-tf2629017.html#a8464239 Sent from the Jakarta Slide - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
