tagomoris / fluent-plugin-parser

Other
74 stars 23 forks source link

how to support multiprocess for parser #22

Closed pierce300 closed 9 years ago

pierce300 commented 9 years ago

hi I found speed of regex parser is slow, about 1000/s,i want to receive 5000/s,so i want to use multiprocess or multithread for plugin-parser,how to do it? thanks

tagomoris commented 9 years ago

You can write your own parser plugin which supports DetachMultiProcessMixin.