ASP???

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Phadreus
    Registered User
    • Feb 2001
    • 26

    #1

    ASP???

    What is ASP and what is the difference between that and cgi/ perl???
    god I feel so lost...

    ------------------
    RIDE IT LIKE YOU STOLE IT
    RIDE IT LIKE YOU STOLE IT
  • Corpsie
    Confirmed User
    • Jan 2001
    • 474

    #2
    ASP = active server page

    it's basically Microsoft's version
    of PHP and PERL. You can do the same
    thing with them all.

    There may be some differences, but
    nothing that non-programmers will really
    notice.

    If you're trying to objectify the subjective, you need to stop breathing.

    Comment

    • Poizon
      Confirmed User
      • Feb 2001
      • 157

      #3
      I prefer to use PHP, just seems a bit easier for me. I've not worked to much with it, but it isn't all that hard, just a matter of setting everything up correctly.

      ------------------
      <A HREF="http://www.donthaveasiteyet.com

      ICQ-84284401--I'm" TARGET=_blank>www.donthaveasiteyet.com

      ICQ-84284401--I'm</A> currently
      Poizon
      ICQ-84284401--I'm currently

      Comment

      • a32bitwhore
        Confirmed User
        • Mar 2001
        • 130

        #4
        ASP is a powerful tool for working with database and the like. I feel it has better support than php. Most ppl tell me that ASP can't handle large server loads but they haven't been anle to prove it. I personally find ASP easier to code than perl/cgi.
        Visit a32bitwhore Webmaster Auctions to buy and sell Domains, Turnkeys, Hardware, Scripts, and more!

        Comment

        • a32bitwhore
          Confirmed User
          • Mar 2001
          • 130

          #5
          ASP is a powerful tool for working with database and the like. I feel it has better support than php. Most ppl tell me that ASP can't handle large server loads but they haven't been anle to prove it. I personally find ASP easier to code than perl/cgi.
          Visit a32bitwhore Webmaster Auctions to buy and sell Domains, Turnkeys, Hardware, Scripts, and more!

          Comment

          • Gemini
            Confirmed User
            • Jan 2001
            • 7183

            #6
            Doesn't ASP only run on the NT servers? Blaaaah! Yuck. lol
            <center><a target="_blank" href="http://dev.datedollars.com/index.php?s=signup&amp;aid=535&amp;cfg=aac"><img border="0" src="http://216.130.172.224/gfy/gsig.gif" width="490" height="100"></a><br><a href="http://dev.datedollars.com/index.php?s=signup&amp;aid=535&amp;cfg=aac" target="_blank"><b><font face="Arial"><font color="#FF99FF"> Buy me away from Slavedriver Smokey!<br>It's May Sig Sweeps!<font></b></center>

            Comment

            • Corpsie
              Confirmed User
              • Jan 2001
              • 474

              #7
              Originally posted by Gemini:
              Doesn't ASP only run on the NT servers? Blaaaah! Yuck. lol
              It can run on UNIX servers, but since is not native to the *nix clan, it probably isn't as efficient as on an NT server.

              (agrees with 'yuck' to nt servers)
              If you're trying to objectify the subjective, you need to stop breathing.

              Comment

              • a32bitwhore
                Confirmed User
                • Mar 2001
                • 130

                #8
                ASP will run on Unix servers with a thirdparty proggie called chiliASP i don't know it's performance ratings though. I think that if yer going to use ASP then you should be running an NT server.
                Visit a32bitwhore Webmaster Auctions to buy and sell Domains, Turnkeys, Hardware, Scripts, and more!

                Comment

                • Scraper
                  Confirmed User
                  • Jan 2001
                  • 182

                  #9
                  Personally I prefer perl.

                  However, perl is an interpreted language, which runs much slower than a compiled cgi script written in C++ (or another compiled language).

                  And being a cgi script it has to be stored in memory just like a normal program.

                  ASP is basically a normal html page, with ASP tags inserted into it that get stripped out by an ASP engine before the page is sent to the client.

                  The ASP tags are interpreted by the ASP engine and generally don't take up as much space in memory as a whole program would.

                  On a small scale this wouldn't make much difference, however if your cgi scripts are getting called by 1000's of people, you are esentially loading 1000's of copies of the same program into memory...which can slow down the server activity.

                  Just my 2 cents worth.

                  Comment

                  • Henrik
                    Confirmed User
                    • Jan 2001
                    • 228

                    #10
                    ASP is much programming in Visual Basic. PHP is more like C++. But they are both very good and flexible. Off cource PHP is free, like Linux. You need a NT server for ASP if you want decent performance.

                    Comment

                    • Crutch
                      Confirmed User
                      • Mar 2001
                      • 224

                      #11
                      I'm running my site in asp and let me to you it sucks. Nothing in our industry it really written for NT. Most of the stuff is written in cgi and perl which runs best on linux. I mean, you can run cgi and perl on NT, but you'll have a shit load of headaches....or at least i did. In my opinion, php is the way to go for our industry, since it's easily compatible with pretty much everything. You're not stuck to one OS, especially a shitty one like NT. And that chilisoft module is a pain in the ass to. I don't doubt that php will be the leader in database connectivity language in the future.

                      I'm actually looking for someone to convert my site from asp to php. Any takers, let me know.

                      Crutch
                      onlymovies.com

                      Comment

                      Working...