in
You can speed up complex Web tasks while retaining the simplicity of CGI. With many useful libraries available, the jump from a scripting language to C isn't as big as you might think.
Conclusions

With the right tools and a little experience, developing CGI applications with C is nomore difficult than it is when using Perl or PHP. Now that I have the experience andthe tools, C is my preferred language for CGI applications.

C excels when the application requires more advanced processing andlong-term stability. It is not especially susceptible to failure whenserver changes are beyond your control, unlike PHP. Short ofremoving a shared library, such as libc or libmysqlclient, the Cversion of our application is hard to break. The speed of executionfor C programs makes it a clear choice when the application requiresmore complex data processing.

Resources for this article: /article/8058.

Clay Dowling is the president of Lazarus Internet Development(www.lazarusid.com). In addition to programming, he enjoys brewingbeer and wine. He can be reached by e-mail atclay@lazarusid.com.

相关文章:

  • 2022-01-09
  • 2022-12-23
  • 2021-10-11
  • 2022-02-13
  • 2021-06-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-13
  • 2021-05-28
  • 2021-10-10
  • 2021-10-15
  • 2022-12-23
  • 2021-11-11
  • 2021-12-08
相关资源
相似解决方案