• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

isDistributedApplicationWorth ?

 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
Java Lovers

I am new to distributed programming arena.

My issue : I have tests to be executed using Selenium. Now ther are executing.Everything is working Fine.

Problem is : One Group(Colection of java Files) takes 4-5 hrs of execution.So if I have 100 groups my total execution is : 400-500 hr

Now I am wondering can we execut the java code on multiple machines using distibutedFramework(Corba or anything else)

Is it a worth thought i.e are distributed apps are advantageous over stand alone apps(Specially Referring to my issue)

is it worth to get into the complexities of distributed computing to reduce the execution time.

My aim : To reduce execution time.(We can reduce by manually breaking and running code in multiple machines).But I was wondering is it worth to go for distributed app.

Thanks
Have a nice day


 
reply
    Bookmark Topic Watch Topic
  • New Topic