Click here to Skip to main content
16,018,805 members

Comments by AmruthaNair (Top 6 by date)

AmruthaNair 9-Jun-14 23:22pm View    
Hi, Thanks for the responce.
I have also read like re-throwing is not a best practice. Can you please specify what is the disadvantage in re-throwing? Will there be any performance issues?
AmruthaNair 20-May-14 4:31am View    
Hi,

i am using MYSQL 5.5.. i am not sure whether it has that ppty..
AmruthaNair 7-May-14 0:23am View    
Thanks for the comment. I am new to the TPL concept. I have only delt with threads so far. First I thought of using a fixed number of threads , say 10.. and if 11th request come, i will add the request in a queue in db.. when ever a thread is free, i will allocate the thread with new request.
my doubt was, do i need this external queue for saving the requests, will TPL take care of it..
AmruthaNair 6-May-14 22:51pm View    
Since TPL is imlemented using thread pool, Do I need to use a queue for saving the server request?
AmruthaNair 19-Mar-14 1:31am View    
Hi,

I have read about the TPL recently. Is TPL is a good option for long running threads?