What is the most suitable for writing a high speed server C, C++ or C# ?
- by wniroshan
I'm goint to write a server which does lots of image processing. Server-end processsing is expected to be very tedious. Server will maily have mobile phones as its clients.
I am really concerend about speed and effciency. Security is pretty important too.
Server will be running on a windows platform.
Can anyone tell me what should I use as the language C, C++ or C#? or at least what are the ares that I should be looking at when selecting one of them
Thank you.