This site is archived. All interactive features are disabled.

Using Drupal without loading Drupal

Knowledge level: 
Advanced
Track: 
Coding and Development
Language: 
English

Is it possible to call any Drupal function, including modules functions, without loading Drupal and still work as expected? Yes, it is now, using my php extension: IPCS.

In this session I'll try to cover all aspects of IPCS, what led to development of this extension and what are the future plans for IPCS.

What you will find in this session:

  • what is IPCS & how it works
  • all about IPCS features
    • daemons & clients
    • shared memory
    • semaphores
  • how to integrate IPCS with Apache SSI
  • project architecture
  • code examples
  • future plans for this project