Re: On webifying an application

2018-12-14 Thread Mark Probert


Thanks, Alex.
>
> I'm developing web apps with picolisp under httpGate
> exclusively, and since many years.
> 
Given your experience, how would you characterize the performance
of httpGate under load? And have you tried running it under an EC2
instance? 

Hmm. I suspect I am going to have do some more research here.

Still, not having said it before, thank you for picolisp. It is
a delight to work in and the clarity of code is excellent. My
latest favorite thing are property lists. They took me a little
while to get, but my are they powerful :-)

Many thanks .. mark.

-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe


Re: On webifying an application

2018-12-14 Thread Alexander Burger
Hi Mark,

> The story so far is I have created a wonderful application in 
> ...
> Will it be better, in this case, to use picolisp's web server or 
> am I better off running this as a CGI under something like lighttpd
> or nginx? Or it simply a matter of suck-and-see?

Both ways are possible. I have no experience with other tools, so I cannot
give any advice here. I'm developing web apps with picolisp under httpGate
exclusively, and since many years.

You might check out the docs and examples in

   https://software-lab.de/doc/app.html
   https://software-lab.de/doc/httpGate.html

or look up the sources of picolisp.com, which runs the same way in

   https://software-lab.de/wiki.tgz

Hope this helps :)

☺/ A!ex

-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe