BUMP ;-)

I think I've just been bitten by this, is there any reason why the hard limit 
on post is there and also why it hangs and not fail gracefully?

http://code.google.com/p/nekovm/source/browse/trunk/src/tools/WebServer.nml#189

Cheers
si



On 4 Aug 2011, at 01:23, Mike Stead wrote:

> Hi there, 
> 
> I'm using nekotools server as a host to receive results from unit tests run 
> locally. These tests run in parallel in a browser window for each target (a 
> frame for each one; js, as2, as3). Once complete each reports their results 
> back to the local server (http://localhost:2000/index.n). These results can 
> come in at the same time.
> 
> The problem I'm having is that the server appears to hang if the amount 
> posted by each target sums up to an amount greater than some specific figure 
> (not tracked it down to an exact yet). I've seen that the 
> neko.Web.getPostData API describes a 256k limit so this may be related.
> 
> What I don't understand is how this limit is in place when the amount sent be 
> each target is much less than this 256k? I tested repeatedly running 
> different target sets and can say with some certainty that it's the sum of 
> all the results coming in that causes the hang, meaning that one or more of 
> the targets can't complete its reporting.
> 
> I'm aware this server is just meant for testing but given that it's packaged 
> with neko it makes it useful to develop this type of tool around.
> 
> Any pointers appreciated.
> 
> Cheers,
> Mike
> 
> 
> -- 
> Neko : One VM to run them all
> (http://nekovm.org)

-- 
Neko : One VM to run them all
(http://nekovm.org)

Reply via email to