dannote / mod-ndb

Automatically exported from code.google.com/p/mod-ndb
0 stars 0 forks source link

Multi-language cursor API #59

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Today, it's possible to use mod_ndb from Perl or PHP by means of Apache 
internal redirects and 
notes.  For example, from PHP, you can use the "virtual()" function to call 
into mod_ndb, and then 
access the result set in an Apache note. 

This task is to implement a more formal cursor API, with bindings for multiple 
languages.  The 
cursor API is a set of functions for opening, scrolling, reading from, and 
writing to cursors.   It will 
allow low-level access to NDB operations from inside the host language.  It 
should be available as a 
class or set of native functions in PHP, Perl, and other languages that can run 
inside Apache.  
Perhaps an interface builder such as swig should be used to maintain the 
language-dependant 
parts of the API.

Original issue reported on code.google.com by john.david.duncan on 18 Mar 2008 at 8:25

GoogleCodeExporter commented 9 years ago
right. it should not run inside the apache. and i want to join you to implement 
such
API.  
ps: i will take part in google summer of code this summer. 

Original comment by zhanglinuxstar@gmail.com on 23 Mar 2009 at 1:46

GoogleCodeExporter commented 9 years ago
i am ready to mplemen this as google summer code

Original comment by ranjanmi...@gmail.com on 3 Apr 2009 at 11:01