Thread: Good (scripting) languages for web

  1. #16
    Master Apprentice phantomotap's Avatar
    Join Date
    Jan 2008
    Posts
    5,108
    Gah. Fordy beat me again.

    Fordy, you %#&$*#!

    Soma

  2. #17
    Master Apprentice phantomotap's Avatar
    Join Date
    Jan 2008
    Posts
    5,108
    Yes. Dreamhost allows you to run native code.

    However, you are only allowed a certain slice of CPU and RAM at any given time. C++ will take up a larger slice of that because of the way they have Python and the monitors configured.

    They do allow "FastCGI" to be used assuming you know how to use it correctly and don't mind the more constant CPU and RAM slice. (It isn't a really a problem if you do it correctly while still maintaining a minimum profile.) That can give a decent edge over what you'd probably get with Python doing the same thing.

    Soma

  3. #18
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    But again, this isn't about power or speed--I don't really need that. It's just about finding a comfortable language to work with when doing server-side programming. It just so happens that I am familiar with C++ and it being my favorite language and all...
    Well, I am going to have to read up a little about CGI and FastCGI.
    Although, for $9 / month, I could get a VPS... they might be more willing to allow native code, I'd think.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  4. #19
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    If you're interested in using C++ for the web, there is a CppCMS library/application that you could look into.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  5. #20
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Interesting stuff. Many thanks.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. What other programming or scripting languages do you know?
    By thefeedinghand in forum General Discussions
    Replies: 25
    Last Post: 08-10-2010, 04:51 AM
  2. More random thoughts on constructing scripting languages.
    By suzakugaiden in forum Tech Board
    Replies: 2
    Last Post: 01-21-2006, 01:30 AM
  3. what languages are fading ? what languages remain ?
    By dot_rain in forum Tech Board
    Replies: 32
    Last Post: 03-04-2004, 09:25 AM
  4. scripting
    By volk in forum Tech Board
    Replies: 4
    Last Post: 05-10-2003, 04:26 PM
  5. Is it good to start with Java as My first programming Languages?
    By Unregistered in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 12-10-2001, 07:03 PM