Comments + fix = in theory stand alone script server + "RemoteSevrver" ScriptEngine (as opposed to "DotNetEngine") should work for a single region. It will however not work because it doesn't have two-way communication.

This commit is contained in:
Tedd Hansen
2007-12-30 22:57:27 +00:00
parent 6055db2bc3
commit 5b8620d82f
5 changed files with 19 additions and 6 deletions

View File

@@ -9,6 +9,8 @@ namespace OpenSim.Region.ScriptEngine.RemoteServer
{
class RemoteServer
{
// Handles connections to servers
// Create and returns server object
public OpenSim.Grid.ScriptServer.RemotingObject Connect(string hostname, int port)
{