Paging or malloc

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
frank
Member
Member
Posts: 729
Joined: Sat Dec 30, 2006 2:31 pm
Location: East Coast, USA

Post by frank »

@JamesM

Why don't you set up a local server on your computer? Just for testing purposes of course.
User avatar
JamesM
Member
Member
Posts: 2935
Joined: Tue Jul 10, 2007 5:27 am
Location: York, United Kingdom
Contact:

Post by JamesM »

frank: I did think about that. However I'm doing much of my dev of these tutorials at work (ssssh! don't tell anyone! *looks furtively around*) while programs compile. So, while I can test things with mod_cgi, I can't use mod_perl, and there seem to be differences between them. The awy I got around this in the past was to have a static-generation version of my mediawiki parser to generate static html pages. I may have to go back to that for the meantime.

EDIT: I've done just that.
Post Reply