Tagged Questions

2
votes
2answers
363 views

What is the preferred way to serve web applications written in Lisp?

I've been researching modules for Nginx (my preferred webserver) to serve a Lisp webapp, but I haven't been able to find anything. Is there modules for Nginx, or is there better ways to serve Lisp ...
1
vote
1answer
432 views

How to run nginx, gevent, virtualenv and django

I can't find a good tutorial on how to run Nginx as reverse proxy, gevent as http server and django within virtualenv. I found similar tutorial, however its for uWSGI and not gevent. Any pointers on ...
0
votes
1answer
55 views

What's the advantage of “one thread per connection” in an HTTP server?

If I was programming an HTTP server, why should I consider handling every HTTP connection in its own thread? I've read plenty of arguments that event-driven HTTP servers are faster and more scalable ...
0
votes
0answers
159 views

fixing my nginx.conf

Hey guys, I currently run a blog and forum on an NGINX webserver. Recently I installed vbseo but ran into a problem with the rewrites for my attachments. the vbseo team said my vhost files were fine ...