I am starting a rather broad topic here, hoping that an open minded discussion will help others as well (in terms of mutual-participation, overlapping problem areas, mentoring etc).
I am exploring available options in terms of software libraries to develop a C++ based server side (probably MS Windows because that's what I know. No Linux tool-chain knowledge here.) computing application (with dll support) that will accept images, perform complex mathematical operations on them using one or the other dll and will give out resulting images (or data files) that will go back to the requesting user. A thin client will need to be generated as well (this could be platform independent).
I am looking on advice on following:
- A robust threading library (BOOST is one I know, but am quite open to for further recommendations) and threading models supporting server side computing.
- Ideas on a robust architecture that would support this kind of a computing scenario.
- A customary 'cloud computing' blah.. though in my opinion, it is another name of a typical 3 tier architecture with space-holders to generate revenue through adverts and charging users exorbitantly on a per action basis, I would still like to remain open on suggestions regarding putting this kind of an application on a (more blah follows..) 'public' or a 'private' cloud.
An open minded conversation that would not end up in a Operating System War is most appreciated!