Re: [Ironpython-users] multi-core programming with iron-python

2014-01-17 Thread Keith Rome
You do need to be careful with imports and other global side-effects. The last time I did some threaded work in IP, the dictionary structure that contained the imported modules for the engine was not thread-safe. And I don't recall seeing anything committed that would have changed that. If you p

Re: [Ironpython-users] multi-core programming with iron-python

2014-01-17 Thread Jeff Hardy
On Fri, Jan 17, 2014 at 9:35 AM, Bernd Viehmann wrote: > Hi folks, > > in the python wiki i have read the following statement: > > " IronPython has no GIL and multi-threaded code can use multi core > processors" > https://wiki.python.org/moin/IronPython > > Is there anything special to take care o

[Ironpython-users] multi-core programming with iron-python

2014-01-17 Thread Bernd Viehmann
Hi folks, in the python wiki i have read the following statement: " IronPython has *no GIL* and multi-threaded code can use multi core processors" https://wiki.python.org/moin/IronPython Is there anything special to take care off? Or do i just to impotz and use the thread-module of python. I wan

Re: [Ironpython-users] Build-Problem : ASP.NET with IronPython 2.7.4

2014-01-17 Thread Bernd Viehmann
Hi, Jeff. I have tried this. I also found an remark on the blog of Jimmy Schementi. He says that you just have to rename Microsoft.Web.Scripting to Microsoft.Scripting.AspNet. But now it throws an exception when initialising the type "Microsoft.Scripting.AspNet.EngineHelper". Jimmy wrote: Backgr

Re: [Ironpython-users] Build-Problem : ASP.NET with IronPython 2.7.4

2014-01-17 Thread Jeff Hardy
I don't actually know where that DLL comes from. I thought all of the ASP.NET support was in Microsoft.Scripting.AspNet, so you could see of those types are in there. - Jeff On Fri, Jan 17, 2014 at 7:15 AM, Bernd Viehmann wrote: > Hi, > > i am playing and have tried to create an ASP.NET project