Re: [chromium-dev] Ajax maximum response size

2010-01-15 Thread James Robinson
On Fri, Jan 15, 2010 at 11:47 AM, Jens Alfke wrote: > On Fri, Jan 15, 2010 at 10:20 AM, Rryk wrote: > > I am implementing 3D rendering engine for Chromium and I need to >> download huge scenes via Ajax. However I've noticed that asyncronous >> Ajax requests are limited to 7-8 MB in size. If I t

Re: [chromium-dev] Ajax maximum response size

2010-01-15 Thread Jens Alfke
On Fri, Jan 15, 2010 at 10:20 AM, Rryk wrote: I am implementing 3D rendering engine for Chromium and I need to download huge scenes via Ajax. However I've noticed that asyncronous Ajax requests are limited to 7-8 MB in size. If I try to download more -- tab crashes (and in --single-process-mode

Re: [chromium-dev] Ajax maximum response size

2010-01-15 Thread Jeremy Orlow
Either way, it seems like these are bugs that are worthy of being filed. Greg, any advice? J On Fri, Jan 15, 2010 at 10:20 AM, Rryk wrote: > Hello, > > I am implementing 3D rendering engine for Chromium and I need to > download huge scenes via Ajax. However I've noticed that asyncronous > Ajax

Re: [chromium-dev] Ajax maximum response size

2010-01-15 Thread Peter Kasting
Ever think of using Web Sockets? PK -- Chromium Developers mailing list: chromium-dev@googlegroups.com View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev

[chromium-dev] Ajax maximum response size

2010-01-15 Thread Rryk
Hello, I am implementing 3D rendering engine for Chromium and I need to download huge scenes via Ajax. However I've noticed that asyncronous Ajax requests are limited to 7-8 MB in size. If I try to download more -- tab crashes (and in --single-process-mode everything crashes in onNoMemory function