let me redine...ASP using VB

Akshay Arora wrote:
> 
> ASP, personally, i can't stand it. Doing is now, and it's a pain.
> 
> Perl, is great CGI, is OK. mod_perl, thank you for everthing.
> 
> I suggest that you read into HTML::Embperl. It also supports inheritance
> within a given web-directory (apache confiuration). It lets you "insert"
> Perl directly into your HTML pages, much like ASP. Other modules that
> let you do this are Mason, and I belive that I'm leaving out another
> popular one.
> 
> But i'm telling you, HTML::Embperl is the way to go. This way you can
> read HTML and Perl very easily. And this module is very prone to OOP :)
> 
> -Akshay
> 
> George S Pereira wrote:
> >
> > Michael,
> >         My aim is to create a website using Perl for dynamically creating
> > the webpages. But I don't want to use CGI, because I read that since CGI
> > create a seperate connection for every user, it thereby uses more memory,
> > than say an ASP application.
> >
> >         I don't mind using CGI, but if there are other options available,
> > then I want to look thru them also.
> >
> > George Savio Pereira
> > ^^^^^^^^^^^^^^^^^^^^
> > Email : [EMAIL PROTECTED]
> >
> > On Wed, 11 Jul 2001, Michael Fowler wrote:
> >
> > > On Wed, Jul 11, 2001 at 01:52:58PM +0530, George S Pereira wrote:
> > > >     Using CGI as a bridge between Perl and the Internet has some
> > > > disadvantages, prominent is the increased use of memory.
> > >
> > > I'm not sure how you can say one of CGI's disadvantages is increased use of
> > > memory when you aren't comparing it to anything.
> > >
> > > Also, let's be very clear; CGI is not a bridge between Perl and the
> > > Internet, it's a protocol between a web server and an application.  There
> > > are many things wrong with saying it's a "bridge between Perl and the
> > > Internet", not the least of which is the fact that CGI is used only in one
> > > domain, the web.  Granted, this is a fairly visible domain, but it is not
> > > the whole of the internet.
> > >
> > >
> > > >     Is there another alternative for connecting Perl with the Internet
> > > > other than CGI ???? (Like maybe using Perl with ASP!!!)
> > >
> > > There are other ways of dynamically generating web content with Perl.  With
> > > the Apache web server the primary (possibly only, I can't think of any
> > > others) alternative is mod_perl.  With mod_perl you setup hooks inside the
> > > web server for authenticating users, generating content, and various other
> > > things.
> > >
> > > This is all very generic and academic, though.  What is your overall goal?
> > >
> > >
> > > Michael
> > > --
> > > Administrator                      www.shoebox.net
> > > Programmer, System Administrator   www.gallanttech.com
> > > --
> > >
> > >
> 
> --
> http://www.5vs1.com - A Pearl Jam Fan Site
> 
> "Only when the last tree is dead, the last river damned, and the last
> field paved, will we realize that we can't eat money."
> 
> "Time is long and life is short, so begin to live while you still can."
>                         -Eddie Vedder

--
http://www.5vs1.com - A Pearl Jam Fan Site

"Only when the last tree is dead, the last river damned, and the last
field paved, will we realize that we can't eat money."

"Time is long and life is short, so begin to live while you still can."
                        -Eddie Vedder

Reply via email to