in reply to Using Remote Modules over HTTP

I may be mistaken, but isn't what you are trying to do the same problem that XML-RPC is intended to solve?

Replies are listed 'Best First'.
Re: Re: Using Remote Modules over HTTP
by exussum0 (Vicar) on Feb 21, 2004 at 03:16 UTC
    And SOAP? No. XML-RPC allows you to create seperated rpc functions, but let's say you want to write a script where you have limited space or permissions (can't create dirs?), then this would work. I can't say it's uber secure, since it doesn't do md5 hashes or anything, but it is a solution. It does allow you to upgrade everywhere at once, providing you keep apache running :)

    I used to be a funny character, now I'm just 4 bits.