.NET and Python

Ken Egervari ken at positive-edge.com
Sun Sep 9 12:01:08 EDT 2001


So you would say Zope sites will run much faster than traditional mod_python
with apache sites?  I've looked into .NET and I hate to admit it, MS is
become more right lately.  Instead of crappy products, they are starting to
produce stuff that does compete.  Since Windows 2000, they have been a
better company.  I think their framework is really good and would feel
confortable implementing an 800 class system using their stuff.  It's also
very easy to define the 3 different layers (especially on 3 or more servers)
and get them working together and you still have lots of power and control
over how the stuff works (unlike Zope which kind of abstracts a lot of
things).  Basically you get that fell of traditional way of web development
with many of the benefits Zope offers.  Besides having enough capital to
start up such a system, how does .NET compare with Python?

"Oleg Broytmann" <phd at phd.pp.ru> wrote in message
news:mailman.1000041911.6096.python-list at python.org...
> On Sun, Sep 09, 2001 at 07:28:27AM +0000, Tim Hammerquist wrote:
> > >    Benefits of Zope vs mod_*:
> > >
> > > 1. It is a server, not a CGI - it is always in memory, it does not
forks
> > > for ervery request (speed).
> >
> > How does this differ from mod_*?  mod_* are not servers in themselves,
> > but they are compiled into the server, so they are not CGI.  They do not
> > fork for URIs handled by a mod_* handler.  Apache retains all CGI
> > capability at the same time.
>
>    Apache modules are just CGIs. Apache forks off a child at random, and
at
> random kills children. On the other hand, web-application server is always
> in memory. This allows for the server to create persistence connection to
a
> DB. How can you implement persistence connection in Apache module? Those
> "solutions" that are in mod_perl and mod_python are (in my not so humble
> opinion) just unstable hacks.
>
> Oleg.
> ----
>      Oleg Broytmann            http://phd.pp.ru/            phd at phd.pp.ru
>            Programmers don't die, they just GOSUB without RETURN.
>





More information about the Python-list mailing list