RB web app. Non-SQL api
Ruslan Zasukhin
ruslan_zasukhin at valentina-db.com
Tue Nov 15 11:05:05 CST 2011
On 11/15/11 4:05 PM, "Paxdo Presse" <paxdo at mac.com> wrote:
> yes, but is it really suitable?
>
> The application made with RealStudio Web Edition will receive multiple threads
> simultaneously (multiple users across multiple web browser via the Internet),
> and send them to Valentina. It will then open / close valentina on every
> request or use mutex.
It seems here you talk about LOCAL only db engine.
I underline, that you can
* on LOCALHOST set VSERVER + RB_webapp
* this WEB app will do not open/close of db, but
connect/disconnect.
this is times faster, because vserver not close db and
keep data in RAM cache.
* this web-app can use non-SQL api of Valentina to talk with vserver.
this will not be huge overhead, because it is on LOCALHOST.
* this WEBAPP in the same time still can use SQL api also...
Valentina often allow you do hybrid of something:
Relational model + Object-Relational
disk + ram db
local db + remote db
SQL + non-SQL
So once again. NON-SQL API not means LOCAL only db.
It works with vserver also. But sense there is only for localhost or very
fast local network.
With really REMOTE server, SQL way will win, because reduces network
traffic.
> Le 15 nov. 2011 à 14:56, Ruslan Zasukhin a écrit :
>
>> On 11/15/11 3:39 PM, "Paxdo Presse" <paxdo at mac.com> wrote:
>>
>>>> Do you realize that Valentina is both NON-SQL and SQL db engine? :)
>>>
>>> yes, in standalone it's a great advantage. :-)
>>
>> For localhost based web apps also !!
--
Best regards,
Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc
Valentina - Joining Worlds of Information
http://www.paradigmasoft.com
[I feel the need: the need for speed]
More information about the Valentina
mailing list