Re: Lowest hassle Python web server?

From: Adonis (adonisv_at_DELETETHISTEXTearthlink.net)
Date: 03/21/05


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



Relevant Pages

  • Re: Java -> ActionScript?
    ... Lage sein Java zu verdrängen? ... In Ruby geht das ja, ... Andere Sprachen wie Python oder auch Ruby sind eh ... Die Syntax sollte jedoch das Programm nicht begraben. ...
    (de.comp.lang.java)
  • Re: Python or Java or maybe PHP?
    ... Python or Java? ... Ruby (with Rails, of course, as the server-side framework), Python (many ... this cuts both ways (once you've decided on Java as the language you ...
    (comp.lang.python)
  • Re: iniziare a programmare
    ... studiare python o ruby (anche se ora vorrei leggere qualcosa su python, ... javascript(ma quest ultimi non sono utili al fine del post) ... Ruby si accorge immediatamente di cosa intendo quando voglio dire che ... Java è macchinoso. ...
    (it.comp.macintosh)
  • Re: why is "self" used in OO-Python?
    ... When you define a method in Java there is an implicit 'this' passed to the ... Python cannot tell when you define a function whether the function ... Some languages don't allow you to encapsulate ...     def phone: ...
    (comp.lang.python)
  • Re: Basic inheritance question
    ... used 'this' in C++ and Java. ... but in Python it doesn't. ... you meant "in languages that has implicit instance reference available in methods"? ...
    (comp.lang.python)