[Lift] Re: More Actor garbage (collection)

2009-05-20 Thread Jonas Bonér
Great job. 2009/5/18 David Pollak feeder.of.the.be...@gmail.com: Folks, As you all may or may not know, I've been battling memory retention issues with the Scala Actor libraries for 6 or so months now.  I believe that I've finally nailed the complete issues. They are as follows: There

[Lift] Re: More Actor garbage (collection)

2009-05-20 Thread Timothy Perrett
Sounds great - you mention the schedular library... are you talking about the actor schedular in lift-util ? Can you describe what would cause it? Cheers, Tim --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift

[Lift] Re: More Actor garbage (collection)

2009-05-20 Thread Barry Kaplan
Can these fixes be used outside of lift? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email to liftweb@googlegroups.com To unsubscribe from this group, send email to

[Lift] Re: More Actor garbage (collection)

2009-05-20 Thread David Pollak
On Wed, May 20, 2009 at 7:15 AM, Barry Kaplan meme...@gmail.com wrote: Can these fixes be used outside of lift? You can copy the two objects from Lift and use them elsewhere. There's nothing Lift-specific about them. -- Lift, the simply functional web framework http://liftweb.net

[Lift] Re: More Actor garbage (collection)

2009-05-19 Thread Meredith Gregory
David, Bravo! That sounds to be some gnarly sleuthing-n-hacking. BTW, have you run into any deadlock issues when you replace the scheduler? Best wishes, --greg On Mon, May 18, 2009 at 2:43 PM, David Pollak feeder.of.the.be...@gmail.com wrote: Folks, As you all may or may not know, I've

[Lift] Re: More Actor garbage (collection)

2009-05-19 Thread David Pollak
On Tue, May 19, 2009 at 2:34 PM, Meredith Gregory lgreg.mered...@gmail.comwrote: David, Bravo! That sounds to be some gnarly sleuthing-n-hacking. BTW, have you run into any deadlock issues when you replace the scheduler? No... the scheduler is a replacement for Doug Lea's FJ library which

[Lift] Re: More Actor garbage (collection)

2009-05-19 Thread Erik Engbrecht
Greg, It's not exactly deadlock, but you may find this interesting: https://lampsvn.epfl.ch/trac/scala/ticket/1999 -Erik On Tue, May 19, 2009 at 5:34 PM, Meredith Gregory lgreg.mered...@gmail.comwrote: David, Bravo! That sounds to be some gnarly sleuthing-n-hacking. BTW, have you run into