How to quickly set up a multithreaded server that can handle httpfile post.

S

Shiyao Ma

Today I come across a problem.
Basically, my need is that I want to launch a http server that can not only
support get but also support post (including post file).
My first idea is to use -m http.sever. However, it only supports get.
Later I find some one extended basehttpserver and made it support post.
However it is not multithreaded.

Is it easy to write a RELIABLE (I mean under normal cases) multithreaded
server that suits my need.
Also, are there any already invented wheel I can use?

Thx
 
S

Shiyao Ma

Yes, sounds good. I should give it a try.

Lighttpd, etc. with python running as a fcgi or cgi script.

Those webservers have been tested for longer and there is no need to
reinvent the wheel.

X
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top