Re: Lowest hassle Python web server?
From: Adonis (adonisv_at_DELETETHISTEXTearthlink.net)
Date: 03/21/05
- Next message: David Eppstein: "Re: Pre-PEP: Dictionary accumulator methods"
- Previous message: Dave Cole: "Sybase module 0.37pre2 released"
- In reply to: kanzen: "Lowest hassle Python web server?"
- Next in thread: Gerhard Häring: "Re: Lowest hassle Python web server?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 20 Mar 2005 23:15:16 GMT
kanzen wrote:
> I keep telling my friends that Python rocks. Now it's time to put my
> money where my mouth is. I'm about to start writing a server for a
> phone based game. It needs to handle simlpe requests from some Java
> code running on the phone at a fairly low transaction rate. There will
> also be a simple web site allowing users to edit preferences and so
> forth. I have just enough Python experience to decide that I prefer it
> over Java for this job. It'll be on a Linux box that I have full
> control over.
>
> I can see from FAQs that there are several possible ways of doing web
> server work in Python, e.g. Twisted or mod_python in Apache, etc. So
> I'm wondering:
>
> - Could you recommend a solution you've found to be the most
> convenient?
> - Does threading cause any more of a hassle in Python than Java?
> - Is there anything similar to JSP in Java?
>
> Thanks,
> KanZen
>
You can look into CherryPy http://www.cherrypy.org/
Hope this helps
Adonis
- Next message: David Eppstein: "Re: Pre-PEP: Dictionary accumulator methods"
- Previous message: Dave Cole: "Sybase module 0.37pre2 released"
- In reply to: kanzen: "Lowest hassle Python web server?"
- Next in thread: Gerhard Häring: "Re: Lowest hassle Python web server?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|