asp.net - Is using XSP4 from Mono behind Nginx as a reverse proxy production proof? -


when reading mono docs, says xsp not suited production:

for getting started, familiar mono , asp.net, xsp ideal solution. keep in mind xsp limited server , useful acquainted asp.net , mono, support http 1.0 , not provide extensibility or configuration.

we developing rest api, , thinking of following setup:

  • linux server
  • asp.net mono
  • run in xsp4
  • nginx reverse proxy (which can handle load balancing, caching, static files, etc.)

but i'm wondering whether remarks xsp not suited production apply configuration part, or performance? our performance demands large requests, not processing high number of requests (but if necessary, scale multiple instances of application in xsp4).


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -