[Gambas-user] Gambas Cloud
Ian Haywood
ihaywood at ...1979...
Sun Aug 28 00:49:58 CEST 2011
On Sat, Aug 27, 2011 at 10:16 PM, charlesg
<charles at ...1784...> wrote:
>
>
> Andrea Bertini wrote:
>>
>> Gui-frontend on desktop made with Gambas, database sqlite on the cloud:
>> is it actually possible?
not really, as SQLite is not designed for use across the network.
MySQL/PostgreSQL "clouds" would work just fine.
If you wanted to go "serious cloud" you could run Gambas inside an
Amazon EC2 instance
and access via VNC or X. You could use SQLite in this situation.
Ian
More information about the User
mailing list