Re: Google Map Module and JavaScript-only PDF viewer component | GSOC2010

2010-04-20 Thread Charith Madusanka
Hi all, I want to know whether I have a chance to participate gsoc 2010 with this project ? Thank You charith.

Re: Tapestry using 1.3Gb of heap space after capacity testing

2010-04-20 Thread Peter Stavrinides
Hi Andy, If you are running the defaults, then you might benefit from reducing the soft-limit of the pool, and increasing the hard limit, see this old thread: http://old.nabble.com/T5:-tapestry.page-pool.hard-limit-for-high-traffic-websites-td22971831.html Cheers, Peter - Original Message

Re: Tapestry using 1.3Gb of heap space after capacity testing

2010-04-20 Thread Thiago H. de Paula Figueiredo
On Tue, 20 Apr 2010 13:41:37 -0300, Blower, Andy wrote: It looks like explicit repeated use of a component, rather than using a single component in a loop, creates a lot more component objects in the heap. Every or is exactly one component, regardless of being inside a loop or not. W

RE: Tapestry using 1.3Gb of heap space after capacity testing

2010-04-20 Thread Blower, Andy
Thanks for the link. As I said before, I don't think that we've fallen prey to that exactly. Doing some local testing and looking at one of our largest pages which displays search results, it has 76 component objects, each of those will have components nested within (pretty heavily in some cases

Re: Tapestry using 1.3Gb of heap space after capacity testing

2010-04-20 Thread Thiago H. de Paula Figueiredo
On Tue, 20 Apr 2010 11:41:25 -0300, Blower, Andy wrote: Uber-component anti-pattern, not to my knowledge, but we have a lot of pages and components now. And a lot of logic in them. The project's large enough I can't be sure. Do you have a handy link to Howard's description so I can get m

Re: Tapestry using 1.3Gb of heap space after capacity testing

2010-04-20 Thread Thiago H. de Paula Figueiredo
On Tue, 20 Apr 2010 11:16:11 -0300, Blower, Andy wrote: We've been doing some capacity testing recently, and I'm concerned about the amount of heap memory that doesn't get freed when all the sessions expire. I'm seeing 1.3Gb after being left with no use overnight. It seems you have huge

Tapestry using 1.3Gb of heap space after capacity testing

2010-04-20 Thread Blower, Andy
We've been doing some capacity testing recently, and I'm concerned about the amount of heap memory that doesn't get freed when all the sessions expire. I'm seeing 1.3Gb after being left with no use overnight. I dumped the heap and took a look at what was using this much memory with the YourKit p

Re: problems with client validation Internet Explorer 8 - no background images

2010-04-20 Thread Santiago W. Fernandez Lorenzo
I have the same problem!. Could somebody help us? Thanks 2010/4/6 Kiss Izolda > Hello, I have set the form parameter: clientValidation=true and defined > validations for the fields, like this: t:id="txtRowsPerPage" t:type="textField" t:value="rowsPerPage" > validate="required" />txtRowsPerPage

Re: AjaxFormLoop: property changes have no effect

2010-04-20 Thread Steve Eynon
Excellent - I'm really happy I found this email for I to, fell into the same trap. I entered the world of ValueEncoders after playing with Field Translators and TypeCoercers and thought maybe they did the same thing. I also (wrongly) thought that as I supplied the AjaxFormLoop with a source List,