Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
3.50/5 (2 votes)
See more:
Hi
I am assigned to develop a project on the following topic
"Exploiting Dynamic Resource Allocation for Efficient Parallel Data Processing in the Cloud".
So,i decided to develop a ticket reservation system.In this topic,I have an idea that to apply multithreading for parallel data processing.Am i right?And i need your suggestion that load balancing would be needed in this kind of project?

Thanks
Posted

1 solution

parallel data processing == multithreading. So multithreading for parallel data processing is a bit double.

With parallel data procesing the 'load of data' is equally set over te number of cores/processors

Loadbalancing? software or hardware?
 
Share this answer
 
Comments
sreenathpktr 27-Sep-11 6:19am    
actually i am developing it in asp.net.Do you think Reservation system is correct for this topic?
Herman<T>.Instance 27-Sep-11 6:21am    
if you want this system avalable on the internet, yes you can do it with asp.net
sreenathpktr 27-Sep-11 6:29am    
I also have a doubt that,Is multithreading is too difficult to apply in asp.net?
Herman<T>.Instance 27-Sep-11 6:42am    
well within a website you can use asynchronous httpmodules which can handle you work. asp is only your presentation layer but you can always add datalayer, businesslayer, controllers, processinglayers and so on. Multithreading works really good in .NET
Philippe Mori 27-Sep-11 19:13pm    
I think that for that kind of application, you don't have to worry too much about performance and multithreading except if you have a lot of simultaneous users.

Except the minimum of ensuring that your database request are relatively efficient...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900