I'd like to add some support to this. We're developing a
rather hairy application under IIS. Essentially, it's a
15-year-old single-user DOS application that we're
web-enabling. We're mucking around in this ancient code to
put XML interfaces everywhere to its API so we can get to
its internal structures. Perl is the glue binding all of
this together.
Progress is slow, and failures tend to be spectacular as
doing CGI and XML processing in C is No Fun (tm).
Sometimes the backend throws an "APPLICATION ERROR"
(segfaults), sometimes it just...spins off and never quite
stops running, sometimes it just stops. All of these cause
IIS to have hissy fits and the development machines have to
be rebooted completely to get rid of the rogue processes.
We've discovered that it's FAR easier to fire up Apache
in a command-window as
a development environment and then port to the IIS system
for testing. We wind up with better code (portability!) and
since Apache is a user process, its children can all be
killed with the process monitor. Things go awry, we simply
click in Apache's window, ^C, wait and restart it. If
things bugger up completely, we kill Apache and then hunt
down the errant process and kill it with the process
monitor.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.