Thanks Justin<br><br>Always to the rescue!!! :-P<br><br><br><br><div class="gmail_quote">2008/12/11 Justin Clark-Casey <span dir="ltr"><<a href="mailto:jjustincc@googlemail.com">jjustincc@googlemail.com</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">Impalah wrote:<br>
> Forgive is my question is stupid... I'm trying to understand the way<br>
> Opensim is "programmed" following the code and with the documentation...<br>
><br>
> Well, if all the GRID servers launch a httpserver and create their<br>
> xml-rpc... like these in the user server...<br>
><br>
> m_httpServer.AddXmlRPCHandler("get_user_by_name",<br>
> m_userManager.XmlRPCGetUserMethodName);<br>
> m_httpServer.AddXmlRPCHandler("get_user_by_uuid",<br>
> m_userManager.XmlRPCGetUserMethodUUID);<br>
> m_httpServer.AddXmlRPCHandler("get_avatar_picker_avatar",<br>
> m_userManager.XmlRPCGetAvatarPickerAvatar);<br>
><br>
> Should be possible to create a PHP service to emulate the user server,<br>
> isn't it? A http server is based on open-request-response-close...<br>
<br>
</div>Yes. lulurun did this using Perl in Apache<br>
<br>
<a href="http://forge.opensimulator.org/gf/project/openugai/" target="_blank">http://forge.opensimulator.org/gf/project/openugai/</a><br>
<div class="Ih2E3d"><br>
><br>
> And then... where is the authentication? Where is the control of "give<br>
> me your session id, man"?<br>
<br>
</div>There have been attempts at authentication (see secure inventory services, both in the code and in historical posts on<br>
this list by Lulurun) but for various reasons nothing has stuck yet.<br>
<div class="Ih2E3d"><br>
><br>
> I haven't developed any http standalone server in .Net... so maybe is a<br>
> dummie question...<br>
><br>
><br>
> Greetings.<br>
><br>
><br>
><br>
</div>> ------------------------------------------------------------------------<br>
><br>
> _______________________________________________<br>
> Opensim-dev mailing list<br>
> <a href="mailto:Opensim-dev@lists.berlios.de">Opensim-dev@lists.berlios.de</a><br>
> <a href="https://lists.berlios.de/mailman/listinfo/opensim-dev" target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-dev</a><br>
<font color="#888888"><br>
<br>
--<br>
justincc<br>
Justin Clark-Casey<br>
<a href="http://justincc.wordpress.com" target="_blank">http://justincc.wordpress.com</a><br>
_______________________________________________<br>
Opensim-dev mailing list<br>
<a href="mailto:Opensim-dev@lists.berlios.de">Opensim-dev@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/opensim-dev" target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-dev</a><br>
</font></blockquote></div><br>