How does it compare PHP to ASP? Perl?
|
Post Bank
Posting Manager
     
Posts: 995
Group: Forum Team
Joined: Sep 2006
Status: Online
|
Make money from now. You can make money just for posting on this forum. Every discussions on this community gives you more money. $2 minimum payout. So get your payment today, SignIn with this forum.
Signin to Remove this Post
|
|
|
|
bomber
Junior Member

Posts: 34
Group: Registered
Joined: Sep 2006
Status:
Offline
Reputation: 0
Points: 250 (Donate)
|
How does it compare PHP to ASP? Perl?
- PHP has the same context as ASP - that is, it's embedded inside HTML. Perl on the other hand has a shell context - it was designed for use on the command line, not inside a web page.
- ASP's native implementation is Windows only, using the IIS server. Some UNIX implementations also exist, but their feature sets aren't as complete, and at the time of writing, none were free. Conversely, PHP is available for well over a dozen platforms and web servers; in fact, any server that can supports the CGI standard can run PHP, and several optimised server-specific PHP modules also exist and are supplied with the standard package.
- Both PHP and Perl are modular - functionality can be added and removed by including modules. In Perl, modules must be loaded by the script or specified on the command line, but in PHP modules can be either dynamically loaded (in the script) or specified in the PHP.ini file to load automatically when PHP starts up.
- In tests, PHP's performance came out marginally ahead of ASP, though to be honest, there's not much in it. Both are approximately 3-4 times faster than Cold Fusion, however.
- PHP, like Perl, is open source. You can download the code, compile it, modify it, basically do whatever you want.
|
|
| 18-09-2006 11:18 PM |
|
|
bensoft
Newbie
Posts: 7
Group: Registered
Joined: Sep 2006
Status:
Offline
Reputation: 0
Points: 0 (Donate)
|
RE: How does it compare to ASP? Perl?
Main different between PHP and ASP is - PHP is free and ASP is not.
That in case of PHP and Pearl, PHP is object oriented language while Pl script is not.
|
|
| 24-09-2006 06:57 AM |
|
|
CrazyRob
Crazy Evil Person
    
Posts: 219
Group: Moderators
Joined: Oct 2006
Status:
Offline
Reputation: 3
Points: 285 (Donate)
|
RE: How does it compare to ASP? Perl?
you can get free versions of asp like SUNASP and ApacheAsp but they are not completly the smae as microsofts ASP. asp comes with the server distro you cannot buy it seperatly can you?
CrazyRob

|
|
| 05-10-2006 04:05 AM |
|
|
ivenms
Administrator
      
Posts: 2,177
Group: Administrators
Joined: Sep 2006
Status:
Offline
Reputation: 14
Points: 4389 (Donate)
|
|
| 05-10-2006 04:11 AM |
|
|
CrazyRob
Crazy Evil Person
    
Posts: 219
Group: Moderators
Joined: Oct 2006
Status:
Offline
Reputation: 3
Points: 285 (Donate)
|
RE: How does it compare to ASP? Perl?
i can code both but im better with asp as i think its easier but i am going through several ooks like i did with asp and expanding my knowlage.
CrazyRob

|
|
| 05-10-2006 04:17 AM |
|
|
ivenms
Administrator
      
Posts: 2,177
Group: Administrators
Joined: Sep 2006
Status:
Offline
Reputation: 14
Points: 4389 (Donate)
|
|
| 05-10-2006 04:21 AM |
|
|
CrazyRob
Crazy Evil Person
    
Posts: 219
Group: Moderators
Joined: Oct 2006
Status:
Offline
Reputation: 3
Points: 285 (Donate)
|
RE: How does it compare to ASP? Perl?
i was going to switch to php when i have fully learned it. i am at the stage at the moment that if i have the time and patience to do it i could sit down and put my mind to it and probabaly create some good aplications. i think it is a great scripting language though as its free. you can download it from http://www.php.net
CrazyRob

|
|
| 05-10-2006 04:27 AM |
|
|
ivenms
Administrator
      
Posts: 2,177
Group: Administrators
Joined: Sep 2006
Status:
Offline
Reputation: 14
Points: 4389 (Donate)
|
|
| 05-10-2006 04:36 AM |
|
|
clookid
Advanced Member
  
Posts: 184
Group: Registered
Joined: Oct 2006
Status:
Offline
Reputation: 4
Points: 134 (Donate)
|
RE: How does it compare to ASP? Perl?
I prefer PHP, I think it is a lot more powerful than ASP and Perl. Another reason why I prefer PHP is because it is free whereas ASP is not.
If you are not happpy with the performance of ASP or Perl I reccomend that you switch over to PHP!!
Veebra Articles - Computer and technology related articles.
|
|
| 07-10-2006 07:33 AM |
|
|
maddog39
Newbie
Posts: 27
Group: Registered
Joined: Jul 2007
Status:
Offline
Reputation: 1
Points: 110 (Donate)
|
RE: How does it compare to ASP? Perl?
Wow, everyone here forgot completely about mono didnt they. There is an Open Source implementation of the .NET framework called Mono, hugely popular in the open source world. It has the ability to run on top apache and run ASP.NET scripts, and I believe regular ASP scripts as well but im not sure. Well ASP in general is just an all around bad language, its a mess, there is very little documentation, there is very little functionality in the box. This means you have to shell out tons of extra money for extra ASP modules. When all of php's are built in and there are alot of them. On top of that php's documentation is just awsome, they have function/docs search built into their website, making it really easy to quickly access documentation about any particular part of the language. ASP simply cannot compare, and lets not forget that ASP is enormously OLD technology. Way out of date these days.
|
|
| 22-07-2007 02:42 PM |
|
|
ivenms
Administrator
      
Posts: 2,177
Group: Administrators
Joined: Sep 2006
Status:
Offline
Reputation: 14
Points: 4389 (Donate)
|
|
| 22-07-2007 03:12 PM |
|
|
maddog39
Newbie
Posts: 27
Group: Registered
Joined: Jul 2007
Status:
Offline
Reputation: 1
Points: 110 (Donate)
|
RE: How does it compare to ASP? Perl?
As far as my experience with Mono, no I dont have much at all. I made a little Hello World Gtk# application in it. I do know however that many linux desktop applications are now written in CSharp.NET with Mono and Gtk#. Gtk+ of course isthe GUI toolkit very commonly used in linux/unix, popularized by the GNOME desktop environment and Gtk# is the CSharp.NET binding to it. So to answer the reliability question, yes it's very stable and reliable.
|
|
| 22-07-2007 03:17 PM |
|
|