On Sun, Dec 14, 2008 at 5:06 PM, Oliver <ola...@gmail.com> wrote:

>
> David
>
> Thanks for the prompt reply.
>
> I'll upgrade to the latest version of lift so I can use the fix when
> it comes in. Is everything relatively stable at the current snapshot?


I've pushed the change.  Give it an hour or so to get built in Maven.

The APIs are changing right now, but the code itself is stable (the APIs
changes have not introduced defects.)

Thanks,

David


>
>
> cheers
> Oliver
>
> On Mon, Dec 15, 2008 at 11:47 AM, David Pollak
> <feeder.of.the.be...@gmail.com> wrote:
> > Okay,
> > The problem is that your computer is too fast. :-)
> > Lift assigns function names based on the nano time.  It turns out that
> the
> > methods are getting called so fast, there's no nano tick and the order of
> > the function creation is not reflected in the function name.
> > I've got a fix.  I'll roll it into Lift tonight or tomorrow.
> > Thanks,
> > David
> >
> > On Sun, Dec 14, 2008 at 3:44 PM, Oliver <ola...@gmail.com> wrote:
> >>
> >> Hi,
> >>
> >> Its Ubuntu Gutsy running a virtual vsx.
> >> The processor is a dual cpu 2.8
> >> Theres 2GB of memory, but Apache tomcat has 500MB.
> >>
> >> I'm running on a snapshot of lift webkit frozen at
> >> 0.10-20080930.234135-129
> >>
> >> I'll send the html in a moment.
> >> Cheers
> >> Oliver
> >>
> >> On Mon, Dec 15, 2008 at 10:28 AM, David Pollak
> >> <feeder.of.the.be...@gmail.com> wrote:
> >> >
> >> >
> >> > On Sun, Dec 14, 2008 at 3:17 PM, Oliver <ola...@gmail.com> wrote:
> >> >>
> >> >> Hi,
> >> >>
> >> >> I've got a error on one of our Apache/Tomcat servers with binding, it
> >> >> works in Jetty and another Apache/Tomcat server.
> >> >>
> >> >> It looks like lift is calling some of the function setters after
> >> >> calling a method on a StatefullSnippet. For example,
> >> >> in the example below, v => who(Full(v)) would be getting called after
> >> >> doProcess() is called
> >> >>            bind("hello", xhtml, "whoField" --> text(who.openOr(""), v
> >> >> => who(Full(v)) ), "submit" --> submit(?("Send"), ignore =>
> >> >> doProcess() ) )
> >> >>
> >> >> Has anyone got any idea what might be going on?
> >> >
> >> > What kind of machine is the problem happening on (OS, processor,
> speed,
> >> > number of processors)?
> >> > Can you send me the static HTML generated by a page that's causing the
> >> > problem?
> >> > Thanks,
> >> > David
> >> >
> >> >>
> >> >> cheers
> >> >> Oliver
> >> >>
> >> >>
> >> >
> >> >
> >> >
> >> > --
> >> > Lift, the simply functional web framework http://liftweb.net
> >> > Collaborative Task Management http://much4.us
> >> > Follow me: http://twitter.com/dpp
> >> > Git some: http://github.com/dpp
> >> >
> >> > >
> >> >
> >>
> >>
> >
> >
> >
> > --
> > Lift, the simply functional web framework http://liftweb.net
> > Collaborative Task Management http://much4.us
> > Follow me: http://twitter.com/dpp
> > Git some: http://github.com/dpp
> >
> > >
> >
>
> >
>


-- 
Lift, the simply functional web framework http://liftweb.net
Collaborative Task Management http://much4.us
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 liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to