Re: [IronPython] Restricting IronPython/DLR in a Sandbox?

2008-04-02 Thread Dino Viehland
onPython Subject: Re: [IronPython] Restricting IronPython/DLR in a Sandbox? For what it's worth, I got that result on 2.0.50727.1434. On Tue, Apr 1, 2008 at 3:52 PM, Sho List <[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>> wrote: Thanks Curt, that code does reproduce the exce

Re: [IronPython] Restricting IronPython/DLR in a Sandbox?

2008-04-01 Thread Curt Hagenlocher
For what it's worth, I got that result on 2.0.50727.1434. On Tue, Apr 1, 2008 at 3:52 PM, Sho List <[EMAIL PROTECTED]> wrote: > > Thanks Curt, that code does reproduce the exception I am getting. I am > running on 2.0.50727.312 > > Thanks! > > -- > More immediate than

[IronPython] Restricting IronPython/DLR in a Sandbox?

2008-04-01 Thread Sho List
Thanks Curt, that code does reproduce the exception I am getting. I am running on 2.0.50727.312 Thanks! _ More immediate than e-mail? Get instant access with Windows Live Messenger. http://www.windowslive.com/messenger/overview.ht

Re: [IronPython] Restricting IronPython/DLR in a Sandbox?

2008-04-01 Thread Curt Hagenlocher
ion emit to work better in partial trust. But it could also be a DLR > or IronPython bug when running in partial trust on the desktop CLR. > > > > *From:* [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] *On Behalf Of *Sho List > *Sent:* Tuesday, April 01, 2008 12:43 PM >

Re: [IronPython] Restricting IronPython/DLR in a Sandbox?

2008-04-01 Thread Dino Viehland
] Restricting IronPython/DLR in a Sandbox? Hello IronPythoners, I am using the IronPython 2 Beta 1 on .Net 2.0. My goal is to create a restricted sandbox for scripts to run in using the DLR. I have searched high and low and have not found a solution utilizing the latest python beta release and DLR. It

[IronPython] Restricting IronPython/DLR in a Sandbox?

2008-04-01 Thread Sho List
Hello IronPythoners, I am using the IronPython 2 Beta 1 on .Net 2.0. My goal is to create a restricted sandbox for scripts to run in using the DLR. I have searched high and low and have not found a solution utilizing the latest python beta release and DLR. It would seem this is something tha

Re: [IronPython] Restricting IronPython

2007-04-12 Thread Markus Hajek
uages. Cheers, Markus Hajek Team Vienna - Kazemi, Hajek & Pisarik OG Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Jeff Brown Gesendet: Samstag, 07. April 2007 08:14 An: Discussion of IronPython Betreff: Re: [IronPython] Restricting IronPython You'll want

Re: [IronPython] Restricting IronPython

2007-04-12 Thread Markus Hajek
no Viehland Gesendet: Freitag, 06. April 2007 23:43 An: Discussion of IronPython Betreff: Re: [IronPython] Restricting IronPython There's two ways I can think of how to enforce the time limit: 1. An external monitor which aborts the thread when a quantum has expired. This has the prob

Re: [IronPython] Restricting IronPython

2007-04-06 Thread Jeff Brown
__ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dino Viehland Sent: Friday, April 06, 2007 2:43 PM To: Discussion of IronPython Subject: Re: [IronPython] Restricting IronPython There's two ways I can think of how to enforce the time limit: 1. An external moni

Re: [IronPython] Restricting IronPython

2007-04-06 Thread Dino Viehland
Subject: [IronPython] Restricting IronPython Hi, I'm evaluating IronPython for use as a scripting language in a game server. Designers would use it for game-logic. Because designers typically are not engineers, one cannot expect them to follow common good practices. So I need to restrict what thei

[IronPython] Restricting IronPython

2007-04-06 Thread Markus Hajek
Hi, I'm evaluating IronPython for use as a scripting language in a game server. Designers would use it for game-logic. Because designers typically are not engineers, one cannot expect them to follow common good practices. So I need to restrict what their script code can do in a few ways: a