I am considering using Nginx once again as the primary web server for a REST web-API we need to deploy very quickly(nginx initially chosen for its C10k properties.)
The initial implementation of the API will most probably be in PHP based on Codeigniter/Kohana, as that is what we know best. We are not a RubyOnRails shop, though we try to be RESTful as much as possible. :)
I understand for Consumer facing APIs (invoked from JS etc) , some kind of Caching is useful. We also have a B2B Private API that would be more transactional in nature. Caching wouldn't be very useful there, (I think).
So, I've been reading up all over the internet on the case to be made for recommending Nginx , to my client.
If the bottleneck is the PHP runtime and Database I/O, are there other advantages in choosing Nginx that the nginx users here, have come across?
[This is my first real question on SF; Please feel free to point out my poor community form, if you spot it. thanks]