mod_cplusplus 1.5.4

mod_cplusplus 1.5.4 Download Summary

  • Language: C/C++
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • License: Other Free / Open Source License
  • Databases: N/A
  • Downloads: 452
  • Released: Jun 15, 2007

mod_cplusplus 1.5.4 Description

This code easily implements object oriented apache-2.0 handlers with C including all the standard phases of the request cycle, input filters, output filters, and protocol handlers.

This is a big improvement for a number of reasons: - C modules now only need pure C , with no kludges to allow apache hooks to invoke C methods.
- All request phases and filtering phases are exposed cleanly through object oriented method invocations.
- The core structures (e.g. request_rec) are objectified to encapsulate functionality and provide a clean api.
- Because mod_cplusplus only instanciates your objects once per server, you can easily cache re-used data in the object and all requests to that child will benefit.
It  implements whichever phases of the request you are interested in (e.g. check_user_id()) and point mod_cplusplus at it in the config file.

mod cplusplus Bookmark

Hyperlink code:
Hyperlink for Forum code:

mod_cplusplus 1.5.4 Script Download Notice

Top 4 Download periodically updates information of mod_cplusplus 1.5.4 script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. mod_cplusplus 1.5.4 torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

Multiple handlers for xml sax parser

... in a single pass by dispatching to the handlers you supply.When dealing with really large XML files (say, Wikipedia's 100GB full text dump) this is handy so that you can process the information in multiple (modular) ways without having to read the whole file off disk in separate passes. If ...
Python

OpenOBEX

... open source implementation of the Object Exchange (OBEX) protocol.OBEX is a session protocol and can best be described as a binary HTTP protocol. OBEX is optimised for ad-hoc wireless links and ...

Parsing an XML file with xml parsers expat

... have to do is overwrite the inherited XML handlers and you are ready to go. ...
Python

AjaxAC

... which in itself contains a number of action handlers and event handlers. An application in this context might mean an entire web site powered by AJAX, or it could mean a subset of a form (such ...

A SAX filter for normalizing text events

... obscure bugs or require complicated adjustments to SAX handlers. By inserting text_normalize_filter into the SAX handler chain all downstream parsers are ensured that all text nodes in the document Infoset are reported as a single SAX characters event. ...
Python