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:

  1. A robust threading library (BOOST is one I know, but am quite open to for further recommendations) and threading models supporting server side computing.
  2. Ideas on a robust architecture that would support this kind of a computing scenario.
  3. 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!

link|improve this question

17% accept rate
I feel your question is perhaps off topic here. – Basile Starynkevitch Nov 8 '11 at 12:24
Oops.. so is it like, unless I start coding this, actually hit a 'stack overflow' in the app and have a real error message, it remains off-topic? Sad! – user173438 Nov 8 '11 at 12:34
I think this forum is for questions related to actual code, and you don't have any code to show or talk about. But read the FAQ of the forum for more. – Basile Starynkevitch Nov 8 '11 at 12:35
Thanks, Basile. There goes my project planning :) – user173438 Nov 8 '11 at 12:46
There are other forum to discuss programming ideas (not code) – Basile Starynkevitch Nov 8 '11 at 12:52
show 1 more comment
feedback

closed as off topic by Steve Townsend, thiton, janneb, Bo Persson, Mysticial Nov 8 '11 at 20:28

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.