Hello, I am writing a webapp that has the potential to hold a fairly large amount of data in one object. The object will be a multidimensional array, representing a hierarchical structure at four levels deep. At the leaf level, I am expecting an average of 1000-2000 objects containing ~20 strings/integers. In the worst case, I think this number could increase to 7000.
My testing so far is _nowhere_ near those numbers, and I have begun to wonder if I will encounter problems of scale in the future. Do you expect that I will have browser crashing or slow-down? Also, I will need to serialize this array (Object.toJSON() ?) and send it back to the server. Will either the serialization process, or the transmission be a problem as well? Thank you, phrygius --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" 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/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
