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'
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
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,
>
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,
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
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
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"
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
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