Dear Team, How we can implement a muilt-thread based on values in a Data table
I have a datatable with. let say 100 records( Hotel ids). Need to find room rates of each hotel. The application taking too much time for generating the final result. So My plan is to divide the number of hotels into 4 groups and invoke different thread for each group. The final result will add to a new data table and show to end user using grid. Any suggestions and comments on this approach.Any disadvantage? Does it will help to increase the speed? or any other approach. Please share your thoughts and ideas. Thanks in advance!!! -- "People who never make mistakes, never do anything." dEv -- -- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en or visit the group website at http://megasolutions.net --- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
