in reply to Re^3: Max no of Threads
in thread Max no of Threads
Hi moritz,
Here is a description of the app:-
Well i have been assigned a task to migrate a regression suite from c++ to perl. The reg suite has a task to fire queries to prod and test and then compare the results.The queries are fired to a few app servers. The no of client which must be replaced in each query is around 10K and the no of queries is around 5K.The result of the query fired can contain 10 K records at times.Firing query generally takes much less time than comparison and this is the primay reason y i want to segregate things this way. Each query must be replaced by all the clients and then fired onto the app servers
Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Max no of Threads
by moritz (Cardinal) on Aug 22, 2008 at 10:17 UTC |