I'll let the experts weigh-in on this, but I don't think sqlite alone
will handle this... however, if you're writing both the clients and
servers, you could put together some code that did, say a UDP
broadcast from the server to the client nodes telling them to re-read
the db...

I can hobble together a simple example in the lua scripting language
in about a page of code for client and server this weekend if you're
interested (windows or x86 linux)

-joe


On Fri, 07 Jan 2005 12:39:30 -0300, Fernando Papa <[EMAIL PROTECTED]> wrote:
> Would someone please tell me if the following can be done with SQLite?
> 
> There's a database file on a SMB share.
> Multiple nodes (different boxes) use it.
> There is a special node, master, that's the only one that updates certain 
> -cfg- table.  When it updates cfg, all the other nodes currently using the db 
> must get a trigger so they re-read cfg.
> Language: C/C++.
> 
> Thanks!
> 
> 


-- 
Person who say it cannot be done should not interrupt person doing it.
 -- Old Scottish Proverb

Reply via email to