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

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -