cvs commit: xml-xalan/java/src/org/apache/xml/dtm/ref CoroutineSAXParser.java

2001-07-12 Thread sboag
sboag 01/07/12 12:54:26 Modified:java/src/org/apache/xml/dtm/ref CoroutineSAXParser.java Log: Allow co_yield to be called after the parse has finished. Revision ChangesPath 1.7 +40 -14 xml-xalan/java/src/org/apache/xml/dtm/ref/CoroutineSAXParser.java Ind

cvs commit: xml-xalan/java/src/org/apache/xml/dtm/ref CoroutineSAXParser.java

2001-07-05 Thread sboag
sboag 01/07/05 14:52:19 Modified:java/src/org/apache/xml/dtm/ref CoroutineSAXParser.java Log: Revert back to throwing a shutdownException if (arg == null) in co_yield. I see this occur if the parser is Crimson with output\output01, and it causes a hang if the shutdownExceptio

cvs commit: xml-xalan/java/src/org/apache/xml/dtm/ref CoroutineSAXParser.java

2001-06-24 Thread sboag
sboag 01/06/24 12:46:40 Modified:java/src/org/apache/xml/dtm/ref CoroutineSAXParser.java Log: Comment out the co_yield in setDocumentLocator, since this can cause a hang (since it doesn't do anything to construct the document. Also, set the frequency down to 5. Revis

cvs commit: xml-xalan/java/src/org/apache/xml/dtm/ref CoroutineSAXParser.java

2001-06-24 Thread sboag
sboag 01/06/24 10:20:28 Modified:java/src/org/apache/xml/dtm/ref CoroutineSAXParser.java Log: In co_yield, comment out throw of the shutdownException if (arg == null). You can replicate this sometimes with: testo attribset\attribset01 -flavor th -edump Since I'm not sure w

cvs commit: xml-xalan/java/src/org/apache/xml/dtm/ref CoroutineSAXParser.java DTMManagerDefault.java

2001-06-12 Thread mmidy
mmidy 01/06/12 10:22:58 Modified:java/src/org/apache/xml/dtm Tag: DTM_EXP DTMManager.java java/src/org/apache/xml/dtm/ref Tag: DTM_EXP CoroutineSAXParser.java DTMManagerDefault.java Log: Make use of the thread pool for transform threads and u