[Opensim-dev] Grid user server with PHP?
Impalah
impalah at gmail.com
Thu Dec 11 17:02:09 UTC 2008
Forgive is my question is stupid... I'm trying to understand the way Opensim
is "programmed" following the code and with the documentation...
Well, if all the GRID servers launch a httpserver and create their
xml-rpc... like these in the user server...
m_httpServer.AddXmlRPCHandler("get_user_by_name",
m_userManager.XmlRPCGetUserMethodName);
m_httpServer.AddXmlRPCHandler("get_user_by_uuid",
m_userManager.XmlRPCGetUserMethodUUID);
m_httpServer.AddXmlRPCHandler("get_avatar_picker_avatar",
m_userManager.XmlRPCGetAvatarPickerAvatar);
Should be possible to create a PHP service to emulate the user server, isn't
it? A http server is based on open-request-response-close...
And then... where is the authentication? Where is the control of "give me
your session id, man"?
I haven't developed any http standalone server in .Net... so maybe is a
dummie question...
Greetings.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://opensimulator.org/pipermail/opensim-dev/attachments/20081211/1db44e53/attachment-0001.html>
More information about the Opensim-dev
mailing list