Simple Server

Arturo Pérez Mulas perezmu at wanadoo.es
Fri Aug 25 14:24:35 EDT 2000


I am running Microsoft IIS to run ASP pages using python as the scripting
language. I know it is not the
best "free soft" choice, but it has some advantages:

- let's you run almost anything from within the pages
- easy to learn
- access to common Windows objects (COM)
- does not require you to use only CGIs for anything you want to do, but you
can embed the python scripts in your
normal HTML source.

On the negative side, if you choose this, you are stucked in Windows and MS
ASP architecture. Other choice,
which gives you platform free options is Apache, but I found that ASP is
much more logical that trying to control a complex
site only via CGIs

Best regards,

    Arturo Pérez



"Nick Trout" <nick at nil_spam_videosystem.co.uk> wrote in message
news:39a6b230 at news.xtml.co.uk...
>
> Thanks very much Aahz, that looks great. Havent seen this.
>
> I'd still welcome a few more opinions please.
>
>
> "Aahz Maruch" <aahz at netcom.com> wrote in message
> news:8o6akm$80t$1 at slb6.atl.mindspring.net...
> > In article <39a6ac83 at news.xtml.co.uk>,
> > Nick Trout <nick at nil_spam_videosystem.co.uk> wrote:
> > >
> > >I would like to set up a simple web server (intranet). We are using NT.
> > >What is the simplest/easiest way to do this and use Python scripts?
> > >Can I write Python plugins using Frontpage/server extensions?
> > >Am I best using Apache and PyApache?
> > >Is Zope *very* complicated?
> >
> > If the primary purpose of this server is to serve results from Python
> > scripts *AND* ( all of these Python scripts are light-weight *OR* speed
> > of response to multiple requests is not important ) *THEN* probably
> > Medusa is your best bet.
> > --
> >                       --- Aahz (Copyright 2000 by aahz at pobox.com)
> >
> > Androgynous poly kinky vanilla queer het    <*>
> http://www.rahul.net/aahz/
> > Hugs and backrubs -- I break Rule 6
> >
> > The difference between "intelligence" and "wisdom": Londo and
> 'Kar  --Aahz
>
>





More information about the Python-list mailing list