On 11/May/2009 00:42 hahmed <dim...@gm...> wrote ..
> Hi,
> I'm a newbie in Webmin and I'm wondering how the RPC works in Webmin
> and how it differs from the usual RPC used in distributed
> environnements.
> thx for replying
Webmin uses a custom protocol that is geared towards perl, with
function calls and responses being made over HTTP requests. Unlike
alternatives like XML-RPC, it is stateful .. once an RPC client establishes
a session, a process is kept alive on the remote server that handles
all requests from that client until it dies.
- Jamie
|