On Wed, Dec 30, 2009 at 4:01 PM, Nathan <npa...@gmail.com> wrote: > > > > Jetty seems to do questionable things with filehandles, opening > > > multiple copies of the same template file and keeping them open too > > > long. Setting ulimit "fixes" the issue of "Too many open files" > > > exceptions & failed requests, but it still seems like at most > > > templates should need 1 access to check mtime. Not really a lift > > > issue, and not a deal breaker for us to switch to a different servlet > > > container, but I am curious to see what the eventual solution for > > > comet performance is. > > > > If you can put together a reproducible case on this, we'll see what we > can > > do to close stuff that Jetty hands us more explicitly. > > I'm a total Lift and Scala newbie, but file-handle problems and last- > modified checks remind me of this bug in Facelets: > > https://facelets.dev.java.net/issues/show_bug.cgi?id=278 > > Thanks. Looks like you found a defect and I've opened a defect.
> It looks like ResourceServer.scala may be hitting the same problem > between the findResourceInClasspath and calcLastModified methods, but > again - total newbie - so take that with a boulder sized grain of > salt. > > -- > Nathan > > -- > > You received this message because you are subscribed to the Google Groups > "Lift" group. > To post to this group, send email to lift...@googlegroups.com. > To unsubscribe from this group, send email to > liftweb+unsubscr...@googlegroups.com<liftweb%2bunsubscr...@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/liftweb?hl=en. > > > -- Lift, the simply functional web framework http://liftweb.net Beginning Scala http://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 lift...@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.