What could be a reason for cross-platform server applications developer to make his app work in multiple processes?

Posted by Kabumbus on Programmers See other posts from Programmers or by Kabumbus
Published on 2011-03-13T23:17:28Z Indexed on 2011/03/14 0:17 UTC
Read the original article Hit count: 249

So we consider a server app development - heavily loaded with messing with big data streams.An app will be running on one powerful server. a server app shall be developed in form of crossplatform application - so to work on Windows, Mac OS X and Linux. So same code many platforms for standing alone server architecture. We wonder what benefits does distributing applications not only over threads but over processes as wall would bring to programmers and to server end users and why?

Some people sad to me that even having 48 cores, 4 process threads would be shared via OS throe all cores... is it true BTW?

© Programmers or respective owner

Related posts about software-development

Related posts about architecture