On 8/9/06, Gergely Major <[EMAIL PROTECTED]> wrote: > I know that yields provide better performance because of the memory usage, > thatswhy I use them in this method. So I don't understand the error. Maybe > this is in connection with stg browser or javascript specific bug or > constraint.
Assuming that I'm correctly interpreting your use of "yields" here... Are you perhaps yielding only a single 32kB chunk of data, instead of fully consuming all of the generator's output? -- Mike Pirnat [EMAIL PROTECTED] http://www.pirnat.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

