ClosestStorm / v8cgi

Automatically exported from code.google.com/p/v8cgi
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

'v8cgi' module. #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Feature request: a 'v8cgi' module that contains several members describing
the engine.

-- Example --

var v8cgi = require('v8cgi');

v8cgi.version; 
// version descriptor (eg. '0.7.5' for release, '0.7.6dev' for trunk).

v8cgi.executableName;
// path to the v8cgi executable.

v8cgi.instanceType;
// 'standalone' if invoked directly or 'module' if an apache module

-- Prior Art --

flusspferd's 'flusspferd' module -
http://flusspferd.org/docs/js/flusspferd%20core/flusspferd.html

Original issue reported on code.google.com by markobc...@gmail.com on 27 Nov 2009 at 12:40

GoogleCodeExporter commented 9 years ago

Original comment by ondrej.zara on 27 Nov 2009 at 12:46

GoogleCodeExporter commented 9 years ago
Implemented in r690. Apache module displays "?" in executableName, because I 
don't
know how to get the module binary path :)

Original comment by ondrej.zara on 28 Nov 2009 at 9:23