Jump to content

[SOLVED] PHP and C/C++


NathanBrisk

Recommended Posts

C/C++ are languages where the code is compiled so they run faster than applications in PHP which must be interpreted and turned into bytecode. Although some larger setups with PHP use bytecode caches.

 

C/C++ could be then used to make program extensions for PHP, such as caching system, xml parser, encryption library, alternative database interface etc.

Link to comment
Share on other sites

the point to using a complied script like C/C++ is to handle large amounts of data manipulations that would take forever in PHP such as math functions.

php is great for handling lots of little packets from many users however if you are having a large resource load on each user you might have issues with php and need to integrate a complied langauge

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.