Re: asynchronous execution, was Re: implementing a set of queue-processing servers

[email protected] (Rob Nagler) Wed, 20 Nov 2002 19:11:30 -0700
Newsgroups perl.p5ee
Organization bivio Software Artisans, Inc. <http://www.bivio.biz>
Message-ID <[email protected]>
Perrin Harkins writes:
> I try to code it so that the business logic is not dependent on a 
> certain runtime environment, and then write a small mod_perl handler to 
> call it.

I've been doing a lot of test-first coding.  It makes it so that you
start Apache, and the software just runs.  With sufficient granularity
of unit tests, we find that we don't use the debugger.  Run the test,
and it tells you what's wrong.

Rob