I need to rewrite a xml api over http (currently implemented on php consuming a lot of cpu). I want it to be lightweight (not cpu hungry) and to be able to handle a lot of requests concurrently.
What tools should i use? Can someone give me a basic idea on how should i implement it?
via Nick Kapenkar