Where can I buy Server capacity?
    5 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
    Chewy
 le 10 Jan 2016
  
    
    
    
    
    Commenté : Walter Roberson
      
      
 le 11 Jan 2016
            I have an image processing script which takes nearly 3 weeks to be computated on my notebook, but I need the results earlier. Is there any provider of server capacity, where I can upload my files and the script is run on bigger machines?
0 commentaires
Réponse acceptée
  Walter Roberson
      
      
 le 10 Jan 2016
        A server farm will not necessarily help much -- unless your code can be parallelized effectively, which is not always the case.
Changing the algorithm or writing in a more vectorized form can often help a lot more than running on a server that might only be 4/3 times as fast per CPU.
When you profile the code, where is it spending its time?
2 commentaires
  Walter Roberson
      
      
 le 11 Jan 2016
				In the situation where you are swapping, running on a server with a lot of memory might be worthwhile.
Plus de réponses (1)
  jgg
      
 le 10 Jan 2016
        I think this page provides you with a few options. The Amazon EC2 option is probably what you want since it bills hourly.
0 commentaires
Voir également
Catégories
				En savoir plus sur Timing and presenting 2D and 3D stimuli dans Help Center et File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


