Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^5: Test Survey Results

by DrHyde (Prior)
on Aug 07, 2008 at 10:25 UTC ( [id://702853]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Test Survey Results
in thread Test Survey Results

mod_perl is hard to test because you have to test how your code interacts with the black box that is Apache's guts; how it copes with running lots of copies concurrently; and so on. Yes, it's easier if your code is in nice little modules that are decoupled from mod_perl, but then you're not testing mod_perl. You still need to test to thin layer that sits between your modules and mod_perl and you still need to test the concurrency bit. Programmers aren't used to thinking about concurrency even if they jolly well should be, as can be seen from the vast majority of code on the CPAN which doesn't bother with any concurrent tests at all, let alone really carefully testing it.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://702853]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-19 02:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found