Author |
Message |
Topic: DFL out of sync with Tango |
Roosmaa
Replies: 2
Views: 10874
|
Forum: DFL Posted: Tue Oct 30, 2007 5:52 am Subject: DFL out of sync with Tango |
Thanks! Everything works fine now! |
Topic: DFL out of sync with Tango |
Roosmaa
Replies: 2
Views: 10874
|
Forum: DFL Posted: Mon Oct 29, 2007 4:15 pm Subject: DFL out of sync with Tango |
Hi!
I'm new to D and all of this stuff. I wanted to do what others were doing - use Tango, but this didn't go so well. I struggled for a while, but didn't succeed in getting it to work. Eventually ... |
Topic: Status of DGDI+ |
Roosmaa
Replies: 1
Views: 60150
|
Forum: DGDI+ Posted: Sat Oct 27, 2007 3:10 am Subject: Status of DGDI+ |
Hi!
Is there any work done on this project? I'm looking into ways of doing one application and using GDI+ is one of them, but I'm not intrested in starting to bind it all myself.
Thanks,
Mart |
Topic: Wombat performance |
Roosmaa
Replies: 0
Views: 47454
|
Forum: Wombat Posted: Sat Aug 18, 2007 8:19 am Subject: Wombat performance |
Hi,
Can anyone comment on the performance of Wombat? Compared to other, well known web frameworks/languages? It seems to be quite closely moddeled with PHP (the header function, global names, etc) ... |
Topic: Looking for bug testers and people who know regexps |
Roosmaa
Replies: 5
Views: 12586
|
Forum: MiniD Posted: Tue Nov 07, 2006 12:00 pm Subject: Looking for bug testers and people who know regexps |
So there is no standalone MiniD interepeter that can be run on .md scripts?. I see modifiying test.d to handle args
As stated in [url=http://www.dsource.org/forums/viewtopic.php?t=2005]this post, ... |
Topic: Patch: Improve MDGlobalState |
Roosmaa
Replies: 1
Views: 8586
|
Forum: MiniD Posted: Sun Nov 05, 2006 3:54 pm Subject: Patch: Improve MDGlobalState |
At the moment the MDGlobalState class doesn't implement the singleton pattern as well as it could, my suggestion (as a patch file):
--- state.d.orig 2006-11-05 23:49:05.000000000 +0200
+++ ... |
Topic: MiniD State objects |
Roosmaa
Replies: 4
Views: 14796
|
Forum: MiniD Posted: Sun Nov 05, 2006 2:37 pm Subject: MiniD State objects |
Basically any solution involving doing stuff with MiniD would require duplicating the globals table for the new state and reloading your Apache lib into it. That would be feasible, but I'm not sure i ... |
Topic: MiniD State objects |
Roosmaa
Replies: 4
Views: 14796
|
Forum: MiniD Posted: Sun Nov 05, 2006 12:40 pm Subject: MiniD State objects |
You're right -- there isn't a method to do that now, though it wouldn't be hard to do, so I'll do that. However, why couldn't you load your Apache library into the original state?
Because that lib ... |
Topic: MiniD State objects |
Roosmaa
Replies: 4
Views: 14796
|
Forum: MiniD Posted: Sun Nov 05, 2006 4:35 am Subject: MiniD State objects |
As Jarret probably already knows, I'm working on an experimental Apache2 module to run MD scripts.
Now in order to use the write/f/ln functions to send data to the client, I need to override them i ... |
|