[Python-3000] Catching HTTP requests and serving for it

1 view
Skip to first unread message

selva kum

unread,
Nov 27, 2008, 9:09:51 AM11/27/08
to pytho...@python.org
I have a requirement to serve for http requests.
The requests nature is to pass some parameters to the server and seek the server to
get some data from the database and send it back to the client.

I like to use  a  simple http server instead of apache.

Could anyone help me in this? Since I have got some idea in the usage of
socket, SimpleHTTPRequest modules. I am able to develop a simple server to accept connections, but in the applications point of view I couldn't do any more things with the http request contents. Please suggest me somethong in this regard.


Add more friends to your messenger and enjoy! Invite them now.

Aahz

unread,
Nov 27, 2008, 11:17:56 AM11/27/08
to selva kum, pytho...@python.org
On Thu, Nov 27, 2008, selva kum wrote:
>
> I have a requirement to serve for http requests. The requests nature
> is to pass some parameters to the server and seek the server to get
> some data from the database and send it back to the client.

Please use comp.lang.python; this list is for discussion of new versions
of Python.
--
Aahz (aa...@pythoncraft.com) <*> http://www.pythoncraft.com/

"It is easier to optimize correct code than to correct optimized code."
--Bill Harlan
_______________________________________________
Python-3000 mailing list
Pytho...@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: http://mail.python.org/mailman/options/python-3000/python-3000-garchive-63646%40googlegroups.com

Reply all
Reply to author
Forward
0 new messages