------------------------------------
java-src/ - has a JMS implementation of publisher-listener based on Apache ActiveMQ
c-src/ - has a kernel space KingCobra driver that implements a Service Request functionality for incoming request from VIRGO queue which could be
a Linux workqueue. The VIRGO linux workqueue in turn receives the request from a remote syscall or telnet path client to VIRGO cpupooling driver
which optionally invokes push_request() on VIRGO queue workqueue driver which is handled by a workqueue handler. The workqueue handler then
redirects the queued request to KingCobra driver. (VIRGO clients=>VIRGO cpupooling=>VIRGO Linux workqueue=>KingCobra kernelspace driver)
Thus KingCobra 1.0 implements a minimalistic linux workqueue based messaging framework in Linux kernel which widens the scope of conventional
messaging servers to hardware connected to a cloud in addition to usual software.