Re: ddox documentation generator

2012-10-08 Thread Sönke Ludwig
Am 10/7/2012 11:33 PM, schrieb Nick Sabalausky:
 Server overloaded? Trying to connect to 'vibed.org' just hangs
 (without actually timing out, at least not yet).
 

Yeah.. it always has to happen when something gets announced and at
night (running for months without any problem). The proxy process hung,
only reacting to KILL.


Re: ddox documentation generator

2012-10-08 Thread Sönke Ludwig
Am 10/8/2012 9:29 AM, schrieb Sönke Ludwig:
 Am 10/7/2012 11:33 PM, schrieb Nick Sabalausky:
 Server overloaded? Trying to connect to 'vibed.org' just hangs
 (without actually timing out, at least not yet).

 
 Yeah.. it always has to happen when something gets announced and at
 night (running for months without any problem). The proxy process hung,
 only reacting to KILL.
 

Btw. I have some serious memory consumption problems during compilation
and swap was not enabled on the server. I noticed that somtimes
processes got killed while the compiler was run. I hope this was the
reason for the hanging process as well - at least I recompiled several
times around the time when this happened.


Re: Remus

2012-10-08 Thread Namespace

On Sunday, 7 October 2012 at 20:54:28 UTC, Tove wrote:

On Sunday, 7 October 2012 at 19:41:30 UTC, Jacob Carlborg wrote:

On 2012-10-07 19:32, Namespace wrote:


amazing, good work...! what license is this under, is it 
allowed to be used commercially?


LGPL or zlib (but then with copyleft as addtion), isn't clear 
right now.


Re: ddox documentation generator

2012-10-08 Thread Sönke Ludwig
Am 10/8/2012 9:29 AM, schrieb Sönke Ludwig:
 Am 10/7/2012 11:33 PM, schrieb Nick Sabalausky:
 Server overloaded? Trying to connect to 'vibed.org' just hangs
 (without actually timing out, at least not yet).

 
 Yeah.. it always has to happen when something gets announced and at
 night (running for months without any problem). The proxy process hung,
 only reacting to KILL.
 

It turned out that this was due to a workaround I made to get
std.zlib.UnCompress work reliably (well, not quite, obviously).

http://d.puremagic.com/issues/show_bug.cgi?id=8779