Does anyone have any experience with this? Specifically, I'm looking for a way for two or more MOO's to share a channel, or perhaps tasks like check ...
Bill
spacellama@...
Oct 9, 2002 12:28 am
275
I have had two instances of the same DB up. From each machine I connect a low-level player object (off of #6) to each other machine via an object that pertains...
InterMOO communication was a big and grand idea that seems to have waned somewhat over the past several years. JayHouseMOO had some stuff going on with it. ...
... Yep. I built a SOAP package for MOO that includes channel sharing but also as it's quickly becoming an industry standard allows for interoperability with...
I have Rob's MOO Soap up and running on my MOO (LogMOO: telnet://ahynes1.homeip.net:7777 to connect, http://ahynes1.homeip.net:8000/moo for details). I find...
... Should be, I'll come by and have a look at things. As the web service model uses a new connection for each request, the channel system over SOAP needs to...
On Tue, 8 Oct 2002 21:47:29 -0700 (PDT), Jeff Cooper wrote Now... not that I'm against text only... ... While I certainly agree that text has its limitations...
I feel that I am getting mixed signals from Keith's message. On the one hand he writes, "While I certainly agree that text has its limitations and that ...
On Wed, 9 Oct 2002 08:57:28 -0700 (PDT), Aldon Hynes wrote ... Let me clarify my position! What netmeeting doesn't allow that text based MOOs and MUDs do is...
... <other parts snipped> Your questions sound rhetorical... I'll answer them anyway... :) My thoughts on descriptions: When you 'look' at something, you...
Foo
wfu1008@...
Oct 9, 2002 9:01 pm
284
Hi, I have developed conference application by using MOO Server, I am running MOO Server on 8888 Port. Basically this setup doesn't support coporate...
... Errr... You just need to get the firewall reconfigured to allow connections to port 8888, this has nothing at all to do with the MOO server. Rob -- ,'/:....
... Usually clients must be set up to support firewalls. The administrator must forward a port on the external interface of your firewall to the IP address of...
Sorry for possible cross postings - New version of FUP is available for unix based OS. Anyone interested in writing the fup.dll for it is welcome so that...
Odds are the answer to this is no, but I figured I'd give it a try anyways. I'm looking for a MOO coder who has plenty of time and is wanting to build a...
Hello everyone, I am returning to moo-ing after a long lapse. I used to hang out at Diversity University about 8 years ago, I think it was. I am a programmer...
... You can increase the number of ticks allowed per thread by changing $server_options.fg_ticks and $server_options.fg_seconds The default is still set for...
On Tue, 22 Oct 2002 12:57:41 +0100 (BST), Robert Sanderson wrote ... on both lambda and jhCore, you can also use the following $command_utils: Utilities for...
Hello everyone... i was wondering if anyone has heard of a modified server that can handle class variables. barring that, has anyone had to work around this...
... time. Or even more tick-saving, insert this code line at problem points: ticks_left() < INTEGER && suspend(0); where INTEGER is a number in the high...
Hi everyone, I looked at the licensing provisions in the source code for the lambda moo system (not the core db, the c source). It looks like the only ...
... Don't know about Perl and such... but MOOs can run their own web servers, displaying web pages generated from inMOO objects, such as @who lists, mailing...
Foo
wfu1008@...
Nov 4, 2002 8:51 pm
296
Thanks for the plug. My documentation about connectivity projects can be found at http://ahynes1.homeip.net:8000/moo/connectivity.htm If you want to see who is...
Bill: the short answer: my opinion is that you can simply delete the gnu-malloc.c file, compile, and distribute binaries guilt-free. the long answer: i deleted...
... release, ./configured, ... Hi Mike, Thanks for your reply about this. After studying the GPL license carefully (at least, the most current one) my feeling...
I looked into this issue more carefully and discovered that only the copyright holder has the legal standing to go after someone who may be misusing the code....
... *laughs cynically* The 'current' 'maintainers' don't do anything so are unlikely to be open to anything that involves work. Your best bet is to write it...
Hi, The MOO-1.8.1 release has an option that provides a slightly faster virtual machine, at the cost of incompatability with previous versions. I have been...
... Do you mean BYTECODE_REDUCE_REF ? The incompatability issue is minimal, but I expect that the speed increase in the VM is equally minimal. I don't use it...