on 6/2/01 3:33 AM, "John Thorhauer" <[EMAIL PROTECTED]> wrote:

> Actually,  I am thinking that we will need 2 servers to be running for my
> project.  One of the XML-RPC servers can communicate to the outside world and
> allow certain types of access while the other provides for functionality that
> the outside world should not be able have.
> 
> I think that there is a legitimate need for multpile XML-RPC servers running
> ounder one instance of Turbine for security pruposes.

Why not just authenticate the requests based on where the connection is
from?

If (fromOutside)
    permission = "public"
Else
    permission = "private"

-jon

-- 
"Open source is not available to commercial companies."
            -Steve Balmer, CEO Microsoft
<http://www.suntimes.com/output/tech/cst-fin-micro01.html>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to