Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
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


In reply to Adding HTTP server to Windows App - suggestions please! by jdtoronto

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (9)
As of 2024-04-19 08:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found