Hi Jolly Ranchers,
I have a simple stand-alone
Java app that reads from one database (only SELECT) and adds data to another database. The table structure in both the databases is not the same. There are around 4000 records.
I need to make this process a multi-threaded one where each set of operations is executed concurrently.
Can anyone please throw some light on the design? Also, what points should I keep in mind?
Thanks a LOT for your time
~Sai