[Expat-discuss] is expat a reentrant parser

SheelR@aol.com SheelR@aol.com
Wed, 1 Aug 2001 03:06:12 EDT


Folks,
     I am planning to use expat parser in favor of xerces since 
     expat has a very small footprint when compared to xerces. 
     The questions that I have are 
        Is expat reentrant?
        Is expat thread safe?
      Also, with xerces , to process 40000 elements using SAX 
      ( size of xml buffer is roughly 2MB)
      takes 8 secs. I want to get it down to a couple of secs. Please advice.

~RR