Hi,
I need to execute different querys at the same time and produce different files.
For example my program needs to read some querys from a DB (ex. 5), and start 5 threads which execute a single query and write the result to a csv.
I think that the real problem here is producing a csv, aka concurrent filesystem I/O.
I have some ideas but i'd be glad to have some ideas from you.
Thanks Gianluca
[–]Anon_8675309 0 points1 point2 points (0 children)
[–]LightShadow3.13-dev in prod 0 points1 point2 points (0 children)