On Thu, Jul 9, 2009 at 8:08 AM, Timothy Perrett <[email protected]>wrote:
>
> > No. The Lift Actor stuff is completely independent of the Scala Actor
> > stuff.
>
> This I understand of course.
>
> > First, it looks like your app is 2.7.4, I'd suggest switching to 2.7.5.
> > 2.7.5 using the java.util.concurrent package for actor scheduling rather
> > than some random version of the Fork Join library. That will likely
> address
> > this issue.
>
> Actually no, I already upgraded to 2.7.5... Looking at it I had a
> dependency on one of my custom libs that was still 2.7.4.
>
> Generally speaking however, to use the lift actor implementation its
> just a case of:
>
> import _root_.net.liftweb.actor.LiftActor
>
> object MyActor extends LiftActor {
> ....
> }
>
> Is that right? Meaning there is zero dependency on the main
> scala.actors lib...?
There is no common code between the Lift Actor lib and the Scala Actor lib.
>
>
> Cheers, Tim
> >
>
--
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Git some: http://github.com/dpp
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Lift" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---