Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #15025

Re: webapp development in pure python

Newsgroups comp.lang.python
Date 2011-10-26 23:37 -0700
References (3 earlier) <4EA6E4DA.2080307@shopzeus.com> <0604E20B5F6F2F4784C9C8C71C5DD4DD2FDF126AA8@EMARC112VS01.exchad.jpmchase.net> <mailman.2245.1319684737.27778.python-list@python.org> <3173882.1086.1319691849561.JavaMail.geo-discussion-forums@prlk36> <mailman.2249.1319692731.27778.python-list@python.org>
Subject Re: webapp development in pure python
From 88888 Dihedral <dihedral88888@googlemail.com>
Message-ID <mailman.2250.1319697640.27778.python-list@python.org> (permalink)

Show all headers | View raw


OK, lets start a framework in using python  in  the server side and the client side. 

(1). requirements of the server side first: 

1. sending  HTML, XML documents to be displayed  in the browsers of the clients  and receiving  for user inputs are  easy in  modpython, django, and etc.    

2. Data received in the server side has to be stored and verified for later accesses performed from client's requests

3. data and traffic  amounts  to be estimated for the server in order  to process requests in terms of numbers of clients and costs per defined operation period,  well, a slow  database engine that consumes a lot CPU time in  the server really sucks!


(2). Lets check the client side, too! 

In scenario 1  the client side has the browser operating only via port 80. 

In scenario 2 the client side has an AP. that could be invoked in the browser, e.g. Adobe PDF reader or Apple's quick time engine 

In scenario 3 AP. can invoke the browser to a cyber page  in the client side with multiple sockets via TCPIP/UDP of various ports in the AP., e.g. skype, msn, and etc..  

Assuming that programmers can use a customized  python package  installed  in the AP. of the client side with other tools is allowed.    
           

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: webapp development in pure python Arnaud Delobelle <arnodel@gmail.com> - 2011-10-25 15:13 +0100
  Re: webapp development in pure python "Martin P. Hellwig" <martin.hellwig@gmail.com> - 2011-10-25 15:19 +0100
    Re: webapp development in pure python Laszlo Nagy <gandalf@shopzeus.com> - 2011-10-25 18:33 +0200
      Re: webapp development in pure python alex23 <wuwei23@gmail.com> - 2011-10-25 20:15 -0700
      Re: webapp development in pure python Rebelo <puntabluda@gmail.com> - 2011-10-26 00:29 -0700
        Re: webapp development in pure python Roy Smith <roy@panix.com> - 2011-10-26 09:06 -0400
      Re: webapp development in pure python Rebelo <puntabluda@gmail.com> - 2011-10-26 00:29 -0700
    RE: webapp development in pure python "Sells, Fred" <fred.sells@adventistcare.org> - 2011-10-25 23:00 -0400
    RE: webapp development in pure python "Prasad, Ramit" <ramit.prasad@jpmorgan.com> - 2011-10-26 17:47 -0400
    Re: webapp development in pure python Chris Angelico <rosuav@gmail.com> - 2011-10-27 14:05 +1100
      Re: webapp development in pure python 88888 Dihedral <dihedral88888@googlemail.com> - 2011-10-26 22:04 -0700
        Re: webapp development in pure python Chris Angelico <rosuav@gmail.com> - 2011-10-27 16:18 +1100
          Re: webapp development in pure python 88888 Dihedral <dihedral88888@googlemail.com> - 2011-10-26 23:37 -0700
          Re: webapp development in pure python 88888 Dihedral <dihedral88888@googlemail.com> - 2011-10-26 23:37 -0700
      Re: webapp development in pure python 88888 Dihedral <dihedral88888@googlemail.com> - 2011-10-26 22:04 -0700

csiph-web