Re: Is it it posiible to combine the C++ algorithm code, the MYSQL source code and the UDF code into a single DLL/SO?

2011-09-08 Thread Frank Chang
, 2011 at 12:46 PM, Frank Chang wrote: > Good afternoon, We developed a C++ class algorithm and code together with > sqlite3.c and the sqlite C/C++ UDFs. Everything is combined into a single > Windows DLL/UNIX-LINUX SO > > Now we would like to change from SQLite to MySQL to ta

Is it it posiible to combine the C++ algorithm code, the MYSQL source code and the UDF code into a single DLL/SO?

2011-09-08 Thread Frank Chang
Good afternoon, We developed a C++ class algorithm and code together with sqlite3.c and the sqlite C/C++ UDFs. Everything is combined into a single Windows DLL/UNIX-LINUX SO Now we would like to change from SQLite to MySQL to take advantage of MySQL's ability to do parallel writes on separate thre