Re: [IronPython] Python Memory Usage

2006-01-09 Thread Bernard Graham
ore people would like to use IronPython as a server scripting host.   Thanks Andrew   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Bernard GrahamSent: Saturday, January 07, 2006 10:52 AMTo: users@lists.ironpython.com Subject: [IronPython] Python Memor

Re: [IronPython] Python Memory Usage

2006-01-09 Thread Dino Viehland
sion of IronPython Subject: Re: [IronPython] Python Memory Usage   Hi,   I had similar problems. I think major problem that I see with your code is that you create a new PythonEngine object every time you execute new script. I suggest caching the PythonEngine object or using ob

Re: [IronPython] Python Memory Usage

2006-01-09 Thread Andrew Pliszka
: Saturday, January 07, 2006 10:52 AMTo: users@lists.ironpython.comSubject: [IronPython] Python Memory Usage Hi there.   I am (like many) quite new to IronPython (and Python in general), but I am trying to use it as a scripting language for a MUD system I am creating (like the old text

Re: [IronPython] Python Memory Usage

2006-01-07 Thread Keith J. Farmer
Idle curiosity, but does MooPy run under IP? -- [EMAIL PROTECTED], [EMAIL PROTECTED], etc... but those were PennMUSH installations ;) From: [EMAIL PROTECTED] on behalf of Bernard Graham Sent: Sat 1/7/2006 7:51 AM I am (like many) quite new to IronPython (and

[IronPython] Python Memory Usage

2006-01-07 Thread Bernard Graham
Hi there.   I am (like many) quite new to IronPython (and Python in general), but I am trying to use it as a scripting language for a MUD system I am creating (like the old text-based games, only multiplayer).   Now the scripts are executed and run very frequently (like when timers are executed, or