Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Perl - web interface

by sundialsvc4 (Abbot)
on Nov 11, 2010 at 19:23 UTC ( [id://870920]=note: print w/replies, xml ) Need Help??


in reply to Perl - web interface

A “web application” is, for all intents and purposes, a new application, and should be approached in that manner.

The exact approach will wholly depend on what sort of application it is.   You might be able to build a web application that invokes the existing application – or, more likely, that sends a request from the web-server to some other “application server” to do so.

It is very reasonable to presume that suitable frameworks already exist within Perl/CPAN to do most of these steps.   There are CGI handlers, batch processing schedulers and parallel fork-managers, robust and reliable queues, and so on.

The most serious issue that you are likely to run into, is the bugaboo of all web applications:   maintaining state.   Hence the thought that, perhaps, the process which actually runs your application might not be the web-server proper.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (6)
As of 2024-04-23 11:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found