Mark Zealey

Results 60 comments of Mark Zealey

I have this issue too, did you ever get a resolution?

In my case I'm calling melt via shell from a script. If user ctrl-c's the (long) rendering process I want to be able to capture that and abort the script....

We are running this in large-scale production now and it works well

50ms / batch size 10 works just fine for us to reduce number of packets flowing. Slight increase in latency obviously but we only need near-realtime and would prefer to...

> @mzealey > > > some server-side postgres performance optimizations > > Do tell more. wink The key ones are `commit_delay=10000` and `synchronous_commit=off` which accept a little bit of potential...

yeah we ended up having to write a script to create ip ranges and mark them all as held. it's still pretty annoying to have to do this though

What is the status of this? It would be nice to have this included in opennebula...

I have tested that this commit applies fine onto 5.12.0.3 and fixes the issue by adding/removing alias ips to the ipset.

The aim is to minimize bandwidth. I'm not too sure what else to clarify?

Ah i see I can fix that 2nd issue with the `notFoundStatusCode` param.