Monthly Archives: October 2011

PHP extensions

Several Kneaver software products are now available via RSPHP our generic PHP extension. All API are object oriented. Among the differences between c++ and php the order of destructors. Say you have     $DB = new RSDBConnection;     $DB->Open( $DSNName); … Continue reading

Posted in Technology, Uncategorized | Leave a comment

Binary XML and cache

Since KNVHTML can now be used directly from a php script comes the problem of performance. Instead of having an object allocated once for all in a session it is created on every page. It took 1 sec before. That … Continue reading

Posted in Uncategorized | Leave a comment

Google Desktop

Google will stop updating Google Desktop. See http://googledesktop.blogspot.com/ . I will miss it because I could see several advantage to this solution. It could index many types of files, it was possible to do a search on both Internet and … Continue reading

Posted in Uncategorized | Leave a comment

DIKW, KM and Frank Zappa

Listening to Frank Zappa, Joe’s Garage. Suddenly the succession of terms Knowledge, Information, Wisdom catch my attention. I was concentrating on debugging so I though it was an illusion. No it’s correct. Very early mention of DIKW in About DIKW … Continue reading

Posted in Uncategorized | Leave a comment

Using php and MySQL with Kneaver

Tonight is my first tentative to run Kneaver directly with MySQL as database engine, and PHP as the script front end. This is the first step before being able to use Kneaver directly, inproc from WordPress. What started as an … Continue reading

Posted in Uncategorized | Leave a comment