Originally posted by: Tyler
Disadvantage of ASP: You have to run it on an MS server.
Advantage of ASP: All that microsoft crap you can do, like integratino with access databases and stuff, is relatively easy.
I think you are confused about the issue. CGI is "Common Gateway Interface", you can use any langauge you want with it, or for that matter any executeable program that can print http headers and html.
I don't claim to know much about ASP, but it seems to serve a somewhat similar purpose; to provide a common platform for doing web development in whatever language you decide to use.
Intersting...Perl seems to be the favorite around these parts...but why would one use Perl over an equally useful script like PHP for instance?
Can't speak for php b/c I'm not all that familiar w/it. But perl has 1000s of modules including ones for CGI and HTML parsing. It's biggest power though is file/text read-writing, which is easy and fast. And basically it's got similar functions and solutions of everything you can find in C. Its syntax makes sense and is easy to learn.Originally posted by: Zugzwang152
Intersting...Perl seems to be the favorite around these parts...but why would one use Perl over an equally useful script like PHP for instance?
Its syntax makes sense and is easy to learn.
ASP new? It's been out since 1996!!Don't forget also that Perl is more of a tried and true solution than ASP. ASP is still relatively new while Perl has been around for like 15 years.
Originally posted by: Superwormy
Don't forget also that Perl is more of a tried and true solution than ASP. ASP is still relatively new while Perl has been around for like 15 years. A lot of Unix farmilar people also already know Perl because it has been used for system admin previously.
I also don't believe that Chillsoft ASP or SunOne ASP are complete solutions, they're still lacking I believe as compared to the Windows ASPversion... but I'm not sure on this...