> On Dec 22 2007, 3:23 am, [EMAIL PROTECTED] wrote:
>
> > Feedback is welcome.  Am I missing any big pieces in what a MOP should
> > cover?  Does this seem straightforward to use?  I appreciate any insights.
>
> > Thanks, and happy holidays.
>

I did some more testing, comparing your solution with the JSAdapter
approach. I wrote my findings down here:

http://dev.helma.org/wiki/Comparison+of+JSAdapter+and+JOMP/

The problems I see with JOMP is that it adds overhead to each and
every JS object property access, and that it is not thread-safe. Helma
is a multithreaded server application, so concurrent property access
is pretty much the norm. Apart from that, I'd definitely prefer JOMP
over JSAdapter because it feels much more like pure Javascript.

hannes
_______________________________________________
dev-tech-js-engine-rhino mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino

Reply via email to