[REBOL] Re: SOA
From: jblake::arsenaldigital::com at: 1-Jun-2006 13:15
Thanks for all the info guys.
I'm thinking of having 2 scripts on the server side;
1 to get the dbase info to put it in a file (say every 20 minutes).
The 2nd to read the file every 10 minutes and to respond to client
requests for that info.
That way, the clients won't cause lots of sql queries to the dbase when
the client updates the view.
Humm...
Maybe this could be an option for one of the configurable little apps
they are looking for to show what REBOL can do.
Have 1 script do the sql to get any results needed and output to file.
Have "server" script read file and have info available for clients.
Have client GUI's designed to display different sql results (depending
on what you configure on the server).
What do you guys think?
I'm probably thinking of this wrong as I'm defiantly a newbe.
John