LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 04-15-2002, 08:23 AM   #1
hubergeek
Member
 
Registered: Mar 2002
Location: Hackensack, NJ.
Distribution: RedHat 7.0
Posts: 75

Rep: Reputation: 15
Not future for PHP?


I was talking with friend last night, he's a MSCE, I said I was just starting in PHP and he said I was wasting my time, that PHP had not future, that I should look into ASP with...are you ready for this? MS SQL server .... AAAHAAHAHAHAHAHAHA!! , *cough*! sorry, well anyways, he said PHP was dead and that it was a complete waste of time trying to learn it.

Any comments?
 
Old 04-15-2002, 08:35 AM   #2
Bert
Senior Member
 
Registered: Jul 2001
Location: 406292E 290755N
Distribution: GNU/Linux Slackware 8.1, Redhat 8.0, LFS 4.0
Posts: 1,004

Rep: Reputation: 46
Tell him that apache can dynamically convert ASP files to PHP with the command

$ asp2php IWishIKnewPhp.asp

And that Apache does not serve asp.
And that MS SQL Server does not serve php.
And Apache is the most widely used web server.
And BTW how many SQL database programs can asp interface with?
And how many can PHP interface with?
And MS SQL Server runs Perl 5.
Who's making concessions to free software now?
 
Old 04-15-2002, 08:45 AM   #3
Leffe
LQ Newbie
 
Registered: Apr 2002
Distribution: RH X
Posts: 21

Rep: Reputation: 15
You will learn php a lot faster

And knowing any serverside scripting languange will make it a lot easier to learn anotherone should the php die out.

However i have no doubts that php won't last for a long time.
It's easier to learn and a lot more fun to code in.
 
Old 04-15-2002, 08:56 AM   #4
hubergeek
Member
 
Registered: Mar 2002
Location: Hackensack, NJ.
Distribution: RedHat 7.0
Posts: 75

Original Poster
Rep: Reputation: 15
Maybe it's true PHP won't last, but to say the future of RDBMS is MS Sql Server?.

How many tetrabytes can SQL server handle anyway?
 
Old 04-15-2002, 09:07 AM   #5
Bert
Senior Member
 
Registered: Jul 2001
Location: 406292E 290755N
Distribution: GNU/Linux Slackware 8.1, Redhat 8.0, LFS 4.0
Posts: 1,004

Rep: Reputation: 46
Microsoft says that the future of RDBMS is MS SQL server. No-one else says that though.

Oracle is the king of RDBMS and OORDBMS by a long way, and they are porting everything to Linux.

To be honest, the future of RDBMS is OODBMS!!

It depends on how you index and cluster data to what performance you'll get. Limits on the size of records and the overall size of the database in terabytes can be found out from DBMS company sites.

Oracle is not the king of DMBS for nothing though and MS SQL server is small fry in real and preformance terms next to Oracle Webserver.

Bert
 
Old 04-15-2002, 11:29 PM   #6
X11
Member
 
Registered: Dec 2001
Location: Brisie, Australia
Distribution: Slackware 8.1
Posts: 324

Rep: Reputation: 30
Quote:
Originally posted by Bert
And that Apache does not serve asp.
Ever heard of ChilliSoft ASP

BTW: I'm a supporter of PHP and prefer it over ASP, because:

1) It's open-source, there for development time is usually shorter.
2) It's supported by more RDBMS's.
3) Regular free updates.
4) It's base on the syntax of C and a bit of Perl (although don't expect it be as powerful or complex as them).
5)It's supported by Apache without required third-party add-ons.
 
Old 04-16-2002, 07:28 AM   #7
Bert
Senior Member
 
Registered: Jul 2001
Location: 406292E 290755N
Distribution: GNU/Linux Slackware 8.1, Redhat 8.0, LFS 4.0
Posts: 1,004

Rep: Reputation: 46
Chillisoft ASP is fine but it's not GPLd. You would use this technology to integrate with a legacy system or because your developer couldn't learn PHP.

Couldn't find a price for ChilliSoft ASP but (taking an RMS style stance) it's an overpriced concession to a proprietary technology.

There's no native support for ASP on Apache, but no-one's too bothered by it. MS SQL Server runs Perl5 by default.

To tell the truth, I had a web-enabled db up and running in an hour yesterday using MS Frontpage and MS Access with MS ASP but it's not an elegant solution, it's deeply coupled (can't separate the db from the interface) and it's unwieldy. I'm not sure it will scale well either.

For the home or (very) small business user, that's a great solution, as MS know the limitations of their software. But I doubt they are regarded as direct competitors of DB2, Sybase and Oracle.

Bert
 
Old 04-17-2002, 08:47 AM   #8
Half_Elf
LQ Guru
 
Registered: Sep 2001
Location: Montreal, Canada
Distribution: Slackware; Debian; Gentoo...
Posts: 2,163

Rep: Reputation: 46
ASP is a Micro$oft technologie, so it is unsafe and unrealiable.
Worst,you need IIS to run the all new version of ASP (and IIS is a bad server)
Ever heard of nimda/code red? I know at least 3 web based games that have been "destroyed" by these worm, attacking M$ server running asp.

Tell your friend Apache is here to stay and PHP with it.
And ask him to stop listening what Bill Gates says.
 
Old 04-17-2002, 11:58 PM   #9
zmedico
Member
 
Registered: Feb 2002
Location: Mission Viejo, California, USA
Distribution: Gentoo
Posts: 707

Rep: Reputation: 30
I haven't written any PHP but I've seen people do nice stuff with it. I use Java as a sort of "swiss army knife."

I Haven't tried JSP's http://java.sun.com/products/jsp yet but thats what I would try if I wanted to do something like PHP. You can serve up JSP's with Apache Tomcat http://jakarta.apache.org/tomcat/index.html

I would not rely on M$ because I like accessible source code, but C# may compete with Java in the future, especially if the mono project is a success: http://go-mono.org



Last edited by zmedico; 04-19-2002 at 02:55 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Future of Linux, Future of BSD ? tarballed Linux - General 28 01-01-2012 04:04 PM
Future colinstu General 4 06-17-2005 05:55 AM
In the future... sandy_obrien Linux - General 1 06-10-2004 03:08 AM
future for Mysql/php abd_bela Programming 6 08-13-2003 05:27 PM
The future of RedHat Citizen Bleys Linux - Distributions 4 04-19-2001 05:32 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 02:14 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration