[Ironpython-users] Building IronRuby

2014-02-05 Thread Doug Blank
I was updating the page: https://ironpython.codeplex.com/wikipage?title=IronPython%20on%20Mono and got stuck on building IronRuby. I tried many variations (Mono 2.10 on Ubuntu 13.10) but no luck. Always at least errors like: PartialTrustDriver.cs(51,63): error CS0103: The name `PermissionState'

Re: [Ironpython-users] multiprocessing?

2014-02-05 Thread Jeff Hardy
On Wed, Feb 5, 2014 at 11:55 AM, Olof Bjarnason wrote: > OK. The multiprocessing.Pool is a readable way of doing parallellization in > CPython. Basically run a method and collect results in a list (can it be > simpler than that?). It seems concurrent.futures has a similar syntax using > the Thread

Re: [Ironpython-users] multiprocessing?

2014-02-05 Thread Jeff Hardy
On Wed, Feb 5, 2014 at 12:14 PM, Ivan Pozdeev wrote: > The usages of multiprocessing.Process are few and far between in > multiprocessing.Pool. > This is the most prominent one: > > for i in range(self._processes - len(self._pool)): > w = self.Process(target=worker, >

Re: [Ironpython-users] multiprocessing?

2014-02-05 Thread Ivan Pozdeev
Title: Re: [Ironpython-users] multiprocessing? The usages of multiprocessing.Process are few and far between in multiprocessing.Pool. This is the most prominent one:         for i in range(self._processes - len(self._pool)):             w = self.Process(target=worker,                            

Re: [Ironpython-users] multiprocessing?

2014-02-05 Thread Olof Bjarnason
On 5 February 2014 09:57, Jeff Hardy wrote: > On Wed, Feb 5, 2014 at 9:38 AM, Olof Bjarnason > wrote: > > > > > > > > On 5 February 2014 09:04, Jeff Hardy wrote: > >> > >> On Tue, Feb 4, 2014 at 12:39 PM, Olof Bjarnason > >> wrote: > >> > Hi there, new to IronPython, but 5+ years user of CPyth

Re: [Ironpython-users] multiprocessing?

2014-02-05 Thread Jeff Hardy
On Wed, Feb 5, 2014 at 9:38 AM, Olof Bjarnason wrote: > > > > On 5 February 2014 09:04, Jeff Hardy wrote: >> >> On Tue, Feb 4, 2014 at 12:39 PM, Olof Bjarnason >> wrote: >> > Hi there, new to IronPython, but 5+ years user of CPython. >> > >> > I've done some googling already, but cannot seem to

Re: [Ironpython-users] multiprocessing?

2014-02-05 Thread Olof Bjarnason
On 5 February 2014 09:04, Jeff Hardy wrote: > On Tue, Feb 4, 2014 at 12:39 PM, Olof Bjarnason > wrote: > > Hi there, new to IronPython, but 5+ years user of CPython. > > > > I've done some googling already, but cannot seem to find whether or not > the > > Python std lib module "multiprocessing"

Re: [Ironpython-users] multiprocessing?

2014-02-05 Thread Jeff Hardy
On Tue, Feb 4, 2014 at 12:39 PM, Olof Bjarnason wrote: > Hi there, new to IronPython, but 5+ years user of CPython. > > I've done some googling already, but cannot seem to find whether or not the > Python std lib module "multiprocessing" is intended to be used in IronPython > or not. I would love

[Ironpython-users] IronPython, Daily Digest 2/4/2014

2014-02-05 Thread CodePlex
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New comment] reading a file using codecs can fail -- ISSUES 1. [New comment] reading a file using codecs can fail http://ironpython.codeplex