My monster Windows GUI application (all written in Perl and Tk!) just refuses to lie down. It is approaching 50,000 lines and the client seems to want it to get bigger.
Right now I have been requested to add support for an API which is not really an API in my book! It was written to support web servers and you start a process by sending it a POST with a complex set of custom headers and an XML file of data. The responses come back as HTTP GET requests to a server. What I need to do is have an HTTP server that will handle some basic CGI - ie it should take the XML which is sent by the remote 'client' - parse it, and store the resultant information in a database (we are using MySQL already on the project so this is no issue).
What suggestions do you have for a simple, Perl based preferably, HTTP server for Windows (2000 & XP) which I will probably start as one or more spearate processes and just let them run. They do not need to interact with the programme at all.
jdtoronto
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.