uniVocity / univocity-parsers

uniVocity-parsers is a suite of extremely fast and reliable parsers for Java. It provides a consistent interface for handling different file formats, and a solid framework for the development of new parsers.
918 stars 251 forks source link

threading issue #466

Open szd116 opened 3 years ago

szd116 commented 3 years ago

Hello everyone, I recently encountered a problem where our severs are single threaded and the Univocity-parsers is multi-threaded even though I didn't use concurrent parser, is there anyway to force Univocity-parser to stay in a single thread ? Thanks !