possible solution for bsddb > get data results on the internet.

martijn at gamecreators.nl martijn at gamecreators.nl
Tue Mar 15 08:51:55 EST 2005


H!

I have a big bsddb database created with python and that works fast.
I know that I can use the python_apache module to show the data results
online.

//--- python_apache module
<form action="pythonscript.py">
<input type="text" name="age" value="user input">
<input type="submit" name="Submit" value="get records">
</form>
//---

but my question is:
Is there a faster/easy way to get the records online using a bsddb
database ?
with php script maybe ?

Or must I use python and apache to get the fastest resonse...

Thanks for helping/info
GC-Martijn




More information about the Python-list mailing list