DMD + Library Bundles

Chris Miller lordSaurontheGreat at gmail.com
Thu Feb 28 14:42:36 PST 2008


Aarti_pl Wrote:

> Chris Miller pisze:
> > Hey, great news!
> > 
> > I talked to Walter, and after a few emails I got permission to distribute my strange little compiler toolchain "snapshots" to make it easier for you to install D and start working.  The general idea is to make it easier for people who are new to D to start coding.
> > 
> > My current snapshot (0.2.0) has a few goodies, such as Tango and DWT.
> > 
> > You can download the snapshot from my site here:
> > http://www.fsdev.net/node/2
> > 
> > Feel free to contact me and ask for new goodies and things and I'll see what I can do.  It was a great learning experience for me, though personally I don't think it should have been that hard to get going.
> > 
> > Hope you like it!
> > 
> > NOTE: If the site acts slow or 404's you, try reloading the page a few times and it should work (don't ask me why!).  I'm on a DreamHost shared server, and someone's been a little bit of an SQL hog and has been clogging up our SQL server.  It hasn't been severe enough to me to complain, and it seems to be calming down.
> 
> It is not possible to download package to my computer. It seems that 
> connection is dropped by your server in such a way that download manager 
> (firefox default manager) thinks that everything was already downloaded.

Yeah, I'm fighting a really uphill battle against minimal system resources.  I appears that downloads were served through Drupal, which allowed for access checking.  However, I don't have anything I need to hide, so I've removed that part so now they're served through Apache, which shouldn't drop the connection.

> Such download results in zip file, which is e.g 5Mb, has .zip extension 
> and is completely unusable (corrupted).
> 
> I tried several times (also with IE) without success.
> 
> If you just could fix this server issue, your package would be great 
> help :-)

Yeah, I'm doing all I can to solve the server problem.  Someone else on my server cluster, or a group of others on my cluster, are really undergoing some terrific traffic.  I'm reading SQL queries on tables of less than 5 rows at 300+ ms, and page process times in excess of 1.7 seconds.

It does go down around 9:00 PST, so if it still won't work I'd try back then.

Hopefully DreamHost will flag my cluster for some rebalancing, since it is quite significant.  There's nothing I can do at this point outside of enabling as much caching as I can and hoping for the best.  It's already running as FastCGI and as an Apache Dispatch (which is supposed to give it more memory allowance from the DreamHost process killer - if not it'll have zero net effect).  There really isn't much I can do.


More information about the Digitalmars-d-announce mailing list