Thanks to David for the migration guide. It is very useful.
Victor Klang had raised the issue of rescheduling the actor in the
message handling function (see below). I did not see a reference to
this in the migration guide. Is it still necessary?
Thanks in advance.
Dan
Text from Victor Klang on breaking change thread:
DPP (and I) recommend just doing schedule and then re-schedule after
message
recieved.
schedule(actor,MyMsg(),3 seconds)
in the actor
{
case MyMsg() => {
doMyStuff
schedule(this,MyMsg(),3 seconds)
}
}
On Oct 22, 12:14 pm, TylerWeir <[email protected]> wrote:
> Stickied for now, until we think it's no longer an issue.
>
> On Oct 22, 2:57 pm, David Pollak <[email protected]>
> wrote:
>
>
>
> > Folks,
>
> > I wrote a quick blog piece about migrating from Scala Actors to Lift Actors
> > athttp://blog.lostlake.org/index.php?/archives/96-Migrating-from-Scala-...
>
> > I hope this addresses questions that folks on the list have about the
> > affirmative steps they need to take to make the migration.
>
> > Thanks,
>
> > David
>
> > --
> > Lift, the simply functional web frameworkhttp://liftweb.net
> > Beginning Scalahttp://www.apress.com/book/view/1430219890
> > Follow me:http://twitter.com/dpp
> > Surf the harmonics
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---