Search found 2 matches

by 2b1
Mon Dec 03, 2012 8:29 am
Forum: newLISP in the real world
Topic: -http construct response in command-event ?
Replies: 2
Views: 1691

Re: -http construct response in command-event ?

Thank you for the explanation.

My reasoning for asking for this is:

If I'm using a Newlisp webserver, and Newlisp cgi ... why not just load the cgi functions on the start of the webserver? Then I can save the load time on cgi calls.
by 2b1
Fri Nov 30, 2012 4:16 pm
Forum: newLISP in the real world
Topic: -http construct response in command-event ?
Replies: 2
Views: 1691

-http construct response in command-event ?

Hi,

the example on the usage of command-event in -http mode shows how to preprocess the request.
Is it possible to create the response in command-event, and let it be sent to the client directly?

And if not, how would I best solve this problem?

Thanks for your answers,

Ingo