"Peter Mularien" <[EMAIL PROTECTED]> writes: > It will probably be too slow. I've found that once the number of > "connect"s on a page exceeds about 500, you get the dreaded "a script > on this page is running slowly" error before the browser finishes > evaluating all the connect's. Just my experience, I'd be interested in > yours. Another option would be to set a function on a timer that would > automatically recalculate by pulling the values of the fields you're > interested in on a periodic basis. This wouldn't have _quite_ the same > behavior, but would be pretty close, and would likely be a lot faster > to render the page.
Hi! I finally got back to this project and you're correct. I get a window asking if I want to continue or to interrupt the script that is running. I'll think more about this... Maybe if I mount the table piece by piece, putting blocks of 100 rows each time this gets more manageable. Thanks, -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MochiKit" 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/mochikit -~----------~----~----~----~------~----~------~--~---
