in reply to Re^3: Multithreaded xml writing using XML::Writer
in thread Multithreaded xml writing using XML::Writer
Well, in theory the data sources are relatively slow, so if I fetch the data from them in parallell, I can gain some time, I think.
I will look into Thread::Queue.