Subject | Re: [firebird-support] Firebird with satellite connexion... |
---|---|
Author | Jonathan Neve |
Post date | 2004-03-03T07:26:13Z |
Milan Babuskov a écrit :
than just connecting directly?
Thanks!
Jonathan Neve.
>I use ssh for remote administration. I open ssh session (console) withInteresting. However, isn't this sort of thing somewhat more tedious
>the server, start isql and just copy/paste SQL and read the results.
>
>
than just connecting directly?
>>Wouldn't it be possible to make a simple protocol, that could simplyThanks a lot! This looks quite good. Do you have an URL?
>>receive a script from a remote connection, execute it locally, and
>>return the error code, if any? This would avoid wasting time
>>establishing a remote connection directly (which is rather slow),
>>preparing each statement individually (which is _extremely_ slow), and
>>then executing each one individually. Instead, all these things could be
>>done locally on the remote machine, and then we could just send back the
>>result. I don't suppose anyone knows of such a thing, do you?
>>
>>
>
>Of course we know about it. It's called 3-tier architecture. ;)
>
>If you need such thing for database administration, take a look at
>ibWebAdmin. It might be a perfect solution for you. All database
>communication is local, and you send commands and get the results via
>HTTP which is very light comparing to Firebird protocol. Plus, it works
>on both Linux and Windows.
>
Thanks!
Jonathan Neve.