Thread: Server Side

  1. #31
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    Quote Originally Posted by lruc View Post
    Right sorry about that. I mean CGI with C when I say that.
    And it's highly likely to make little difference, for the reasons I explained above.

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

  2. #32
    Reverse Engineer maxorator's Avatar
    Join Date
    Aug 2005
    Location
    Estonia
    Posts
    2,318
    Quote Originally Posted by matsp View Post
    And it's highly likely to make little difference, for the reasons I explained above.

    --
    Mats
    Depends on the application again. If it does something relatively CPU intense, then C(++) could give a big boost in performance. If it doesn't (like a forum system), then the difference is small.
    "The Internet treats censorship as damage and routes around it." - John Gilmore

  3. #33
    Registered User
    Join Date
    Jun 2008
    Posts
    266
    Quote Originally Posted by maxorator View Post
    Depends on the application again. If it does something relatively CPU intense, then C(++) could give a big boost in performance. If it doesn't (like a forum system), then the difference is small.
    So your saying CGI with C is at least faster than PHP. That pretty much changes my vote to using CGI. Then again, any excuse would have done. I just wanted to use C.
    Fried chicken for everybody!
    -Kernel Sanders

  4. #34
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    You could write it in assembly to get even more speed... but like matsp pointed out, you probably won't notice any difference, and PHP is far easier.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Where's the EPIPE signal?
    By marc.andrysco in forum Networking/Device Communication
    Replies: 0
    Last Post: 12-23-2006, 08:04 PM
  2. Client application having problem receiving from server side?
    By dp_76 in forum Networking/Device Communication
    Replies: 2
    Last Post: 08-04-2005, 02:58 PM
  3. IE 6 status bar
    By DavidP in forum Tech Board
    Replies: 15
    Last Post: 10-23-2002, 05:31 PM
  4. socket question
    By Unregistered in forum C Programming
    Replies: 3
    Last Post: 07-19-2002, 01:54 PM
  5. Replies: 1
    Last Post: 01-07-2002, 12:17 PM