hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Hosting Software and Control Panels : most popular web Scripiting langauge?
Reply

Hosting Software and Control Panels Software used in the web hosting industry. Topics include control panels, add-on software, setup scripts, etc.
Forum Jump

most popular web Scripiting langauge?

View Poll Results: What web scripiting language do you guys use?
ASP 2 5.56%
PHP 19 52.78%
CFM 1 2.78%
JSP 1 2.78%
Perl 13 36.11%
Voters: 36. You may not vote on this poll

Reply Post New Thread In Hosting Software and Control Panels Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 04-16-2001, 12:50 AM
CERTIFIED CF TAGGER CERTIFIED CF TAGGER is offline
New Member
 
Join Date: Jan 2001
Location: SUNNI SOUTHERN CALIFORNIA
Posts: 4
I'm pretty sure asp is prob the most common web scripiting language. i definitely see php gaining popularity. and although i hate to admit it, i see the demise in the coldfusion language. I have been coding with it for over two years and seems like most sites are done in asp or php.

the viability of coldfusion is a hot topic in allaire forums, but because the majority of coders on that site are coldfusion coders, it tabulates what i believe are biased opinons.

what are your thoughts on coldfusion. and what web scripiting language do you guys prefer and see wide acceptance in the near future? thanks.

Reply With Quote


Sponsored Links
  #2  
Old 04-16-2001, 01:08 AM
BC BC is offline
Web Hosting Master
 
Join Date: Apr 2000
Location: 80,000 feet under the sur
Posts: 2,736
Thoughts : ASP is extremely common (particularly where I am) so it's extremely popular. I usually code in PHP for ease (and because I prefer working with Apache based sites over NT/2000 boxes).

I've also had a go at CFM, and while I find it relatively easy to understand and very flexible.... It's never going to catch ASP because you need to buy CF to program in CFM (especially when you can do the same thing for free in ASP or PHP).

JSP could be a way of the future, considering Java's powerful OO features and its adaptability for server-side programming on the Net.

__________________
My 2 Cents.... (or is that 2.2 cents inc. GST...?)

Have a think about this : Programming is like sex. Make a single little mistake, and you'll be supporting it for the rest of your life.

Reply With Quote
  #3  
Old 04-16-2001, 02:17 AM
cperciva cperciva is offline
Retired Moderator
 
Join Date: Jan 2001
Posts: 2,603
Aren't you, err, well, missing some options? My favorite languages to write scripts in are C, sh, csh, and perl, in that order.

Reply With Quote
Sponsored Links
  #4  
Old 04-16-2001, 03:42 AM
kunal kunal is offline
Web Hosting Master
 
Join Date: Aug 2000
Posts: 2,750
add perl

C, sh and csh, arnt really front end languages for the web...

__________________
The Php Support Desk
http://www.phpsupportdesk.com
Custom programming - kunal @ e-phoria.com
http://www.pingzine.com - Ping!Zine. the FREE, FRESH and EXCITING Web Hosting Magazine...

Reply With Quote
  #5  
Old 04-16-2001, 03:55 AM
cperciva cperciva is offline
Retired Moderator
 
Join Date: Jan 2001
Posts: 2,603
Quote:
Originally posted by kunal
C, sh and csh, arnt really front end languages for the web...
They aren't? Gee, I guess I'd better start rewriting some code .

Seriously, C is a very good language to write in for scripts which are going to be run often; the cost of running precompiled code is usually much lower than loading a massive interpreter and running the interpreted code.

I've written CGI scripts* which have gotten accessed hundreds of times per second on a midrange server in C, and I know that if I tried to write the same code in perl the entire system would grind to a halt.

*CGI scripts which were actually part of a beowulf-over-HTTP experiment... it's a long story.

Reply With Quote
  #6  
Old 04-16-2001, 04:10 AM
kunal kunal is offline
Web Hosting Master
 
Join Date: Aug 2000
Posts: 2,750
cperciva, i agree.. pre-compiled code is better.. but remember, on a virtual account, you cant run that code? or can you?

__________________
The Php Support Desk
http://www.phpsupportdesk.com
Custom programming - kunal @ e-phoria.com
http://www.pingzine.com - Ping!Zine. the FREE, FRESH and EXCITING Web Hosting Magazine...

Reply With Quote
  #7  
Old 04-16-2001, 04:12 AM
cperciva cperciva is offline
Retired Moderator
 
Join Date: Jan 2001
Posts: 2,603
Well, you can run precompiled code if gcc is available. Or even if it isn't, provided that you have a system elsewhere with the *exact* same operating system.

Reply With Quote
  #8  
Old 04-16-2001, 04:16 AM
kunal kunal is offline
Web Hosting Master
 
Join Date: Aug 2000
Posts: 2,750
well there you haveee it... problem #1

__________________
The Php Support Desk
http://www.phpsupportdesk.com
Custom programming - kunal @ e-phoria.com
http://www.pingzine.com - Ping!Zine. the FREE, FRESH and EXCITING Web Hosting Magazine...

Reply With Quote
  #9  
Old 04-16-2001, 04:34 PM
huck huck is offline
Linux Support Specialist
 
Join Date: Apr 2001
Location: FL, USA
Posts: 850
PERL and ASP in the order (My $0.01 Worth)

PERL and ASP, in that order, are (IMHO) the most popular scripting languages that are in use, with PHP gaining.

Why?

PERL has the history of being one of the first, widely used server-side scripting languages for the web. You can go to any archive and PERL scripts will outnumber ASP by almost 2:1. A large number of web sites use legacy PERL scripts for a variety of intranet and internet applications.

ASP has been the commerce language of choice due to the heavy use of Win NT/2K infrastructure in many large coporates. Also, ASP provides easy intergration with exisiting MS SQL and Oracle databases. The IIS-ASP-SQL combination is hard to beat when trying to tie both non web and web applications into the same database.

Coporate, Small Business, and Casual
Many coporations rely on proven standards, e.g. Python, PERL, ASP, and Java, for their web hosting needs. There are a few other languages creeping into the market place, but these languages dominate. I worked with a couple of international companies that rely on highly optimized mod_perl to run their e-business.

Personal web sites, small business and others tend to use canned scripts -- these are much easier to set-up and install using PERL and more recently PHP. Most shared hosting solutions require you to use PERL or PHP scripts unless your using IIS. Only with co-lo or dedicated hosting can a small business use alternative scripting languages.


PHP is gaining ground quickly. From Netcraft:
Quote:
The PHP module is compiled into the Apache server on over 5 million web sites, or approaching 40% of all Apache sites.
I imagine that both PERL and ASP will continue to dominate over the next few years as they represent the installed base. Re-writting customized PERL or ASP code to use a new language is very expensive in the short term -- even if it means savings in the long run. With many dot.coms closing their doors, "long-term" is not in their vocabulary.


That's my cent worth......

Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted
Xpress Hosting Offers Dropmysite Web, Email Backup Service to Spanish SMBs Web Hosting News 2013-03-01 16:20:40
ServInt Adds PHP Support on Jelastic Auto-scaling Cloud Platform Web Hosting News 2013-01-29 11:57:05
Amazon Reports on first 90 Days of AWS Marketplace Web Hosting News 2012-07-27 15:50:50
WHIR Demo: WebsPlanet Eclipse Website Builder Whir Tv 2012-04-17 13:05:18
Softaculous Launches AMPPS Installer Version 1.5 Web Hosting News 2012-01-26 16:52:40


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

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 Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?