Hello guys, i was thinking about cache system...
can we use cache in filesystem?
like in sqlite we can use
sqlite_open(":memory:");
to use database on memory and
sqlite_open("/file.sqlite");
to open an file
could we set the "file_name" of cache system?
if we put "NULL" the cache system could be turned off
what you say?

have anyother database system that is fast than today database? sqlite 
could be used? we are using berkley?
could we select "file_name" for
Old Cache data
New Cache data
Persistent data

in diferent "files"??
thankx guys :)

"files" could be memory or real file

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to