Re: [IronPython] Some observations about parallel import and Silverlight

2008-12-01 Thread Jimmy Schementi
This is awesome! Thanks for looking into this. > -Original Message- > From: [EMAIL PROTECTED] [mailto:users- > [EMAIL PROTECTED] On Behalf Of Dan Eloff > Sent: Tuesday, November 25, 2008 3:55 PM > To: Discussion of IronPython > Subject: [IronPython] Some observations abo

Re: [IronPython] Some observations about parallel import and Silverlight

2008-11-29 Thread Dan Eloff
On Sat, Nov 29, 2008 at 4:07 PM, Kamil Dworakowski <[EMAIL PROTECTED]> wrote: > Awesome news! Resolver One is currently being ported to IronPython > 2.0 and I can't wait to try parallel importing again. > > Do you remember what tweak did you have to make to the dependency > graph? Dependency finde

Re: [IronPython] Some observations about parallel import and Silverlight

2008-11-29 Thread Kamil Dworakowski
Awesome news! Resolver One is currently being ported to IronPython 2.0 and I can't wait to try parallel importing again. Do you remember what tweak did you have to make to the dependency graph? Dependency finder should ignore imports that are inside if statements. I remember that you can pass li

[IronPython] Some observations about parallel import and Silverlight

2008-11-25 Thread Dan Eloff
Thanks to the excellent work of Kamil (http://github.com/luntain/ipy-parallel-import/tree/master), and the help of Jimmy I now have importing being done in parallel in 4 threads in Silverlight. I had to restructure my code a little to reduce circular imports (not a bad thing to do anyway) and I ha