Worker Runtime Backend (representation providers) ====================== ROADMAP DISCUSSION POINTS: (Please place new entries at the bottom) * Investigate using Syslets for functions like stat(): * Investigate providing a higher level module API, which hides the complexity of an async core. Basically, a 'simple world view' for those that want to write a simple generator. * Promote and include a external-process communication method in the core. This could be used to communicate with PHP, a JVM, Ruby or many other things that do not wish to be run inside a highly-threaded and async core. We should optionally include a process management framework, to spawn these as needed, to make configuration for server administrators easier. * VFS-like layer so things like Subversion/mod_dav don't have to fake out the core handlers.