D in accounting program

Graham Fawcett fawcett at uwindsor.ca
Wed Nov 24 09:19:11 PST 2010


On Wed, 24 Nov 2010 17:07:01 +0000, Adam Ruppe wrote:

> Bruno Medeiros wrote:
>> That's interesting, could you detail a bit more what the D2 program
>> did, etc. ?
> 
> It's a (for pay) social networking / marketing website with a variety of
> side programs to allow for scheduled messages, a static (pre-compiled)
> website, and command line interaction with some of its features.
> 
> The main website does interaction with Facebook and Twitter, email
> newsletters, payment handling through authorize.net, and a variety of
> other basic tasks to manipulate its mysql database.
> 
> 
> Totals about 25,000 lines of D2 and has been almost completely
> pain-free. Since day 1, it has kicked the living crap out of PHP in just
> about every way!

Very interesting!

Can I ask how you handled HTML templating? Did you roll your own 
solution, use someone else's library, etc.?

Do you have any issues with long-running processes (memory exhaustion, 
etc.)? Or are you using short-lived processes?

Best,
Graham


More information about the Digitalmars-d mailing list