Search found 3 matches
- Fri Sep 25, 2015 4:36 pm
- Forum: newLISP newS
- Topic: newLISP v.10.6.4 development
- Replies: 12
- Views: 28718
Re: newLISP v.10.6.4 development
Great news Lutz! Please, to compile on CentOS you need to modify the following file: newlisp-10.6.4/configure Here is the patch: $ diff -ur newlisp-10.6.4-original newlisp-10.6.4 diff -ur newlisp-10.6.4-original/configure newlisp-10.6.4/configure --- newlisp-10.6.4-original/configure 2015-09-23 14:1...
- Wed Sep 12, 2012 4:48 pm
- Forum: newLISP in the real world
- Topic: newlisp with libmicrohttpd and libevent(evhttp)
- Replies: 2
- Views: 2541
Re: newlisp with libmicrohttpd and libevent(evhttp)
"Fixed a result stack overflow problem on callback's."
Great news! I tried this version and everything is fine.
Thanks,
Ivan
Great news! I tried this version and everything is fine.
Thanks,
Ivan
- Wed Sep 12, 2012 1:22 pm
- Forum: newLISP in the real world
- Topic: newlisp with libmicrohttpd and libevent(evhttp)
- Replies: 2
- Views: 2541
newlisp with libmicrohttpd and libevent(evhttp)
Hi, I am trying to use libmicrohttd with newlisp and unfortunately, after about 4089 function calls, the code fail with [ERR: call or result stack overflow : MHD_create_response_from_data@7F6AF7B03D80] using: > ab -n 4089 -c 100 http://localhost:8081 The code is very simple: https://github.com/irr/n...