[wsf-c-dev] [PHP] Supporting both MySQL and SQLite with RM
Samisa Abeysinghe
samisa at wso2.com
Wed Apr 18 00:32:32 PDT 2007
Damitha Kumarage wrote:
> Samisa Abeysinghe wrote:
>
>> Because of some license issue, I do not think we can ship PHP with
>> MySQL packaged. So in order to make sure we have something working
>> out of the box, we could ship PHP extension with SQLite as we used to
>> be, with known limitations.
>> However, we can also ship the code for MySQL support. In case users
>> want to use that in production, then they can use it.
>>
>> Can we support this scenario with current RM implementation?
>
> the limitations in sqlite is unacceptable. It has frequent file
> locking issues which result in very unstable and unusable(and
> unreliable :) application. We also cannot go for inmemory one because
> our main use is in wsf/php.
Limitations are understood. What I want is to use both SQLite and switch
to MySQL when needed, can that be done?
Samisa...
More information about the Wsf-c-dev
mailing list