Re: Signal processing during FFI have no action

2023-05-02 Thread Robert Wörle
Am 02.05.2023 um 16:00 schrieb Alexander Burger: Hi Constantine, I wrote a function that downloads file using libcurl. I found out that when the the downloading process in progress by `curl_easy_perform` I cannot interrupt downloading by Ctrl-C. Even `killall picolisp` does not work. How I

Re: Proposal: PilCon 2020

2019-12-28 Thread Robert Wörle
count me in  and if you need help on locations , u know how to contact me ! rob Am 25.12.2019 um 10:56 schrieb Alexander Burger: Hi all, a merry Christmas to everybody! o/ Since a few weeks we were discussing in the #picolisp IRC channel about holding a PicoLisp Conference in Langweid /

Irc channel now only for registered nicknames

2018-08-05 Thread Robert Wörle
Dear List Due to the current spam flood on freenode itself, we now only permit messages from registered nicknames. To register your nick see: https://freenode.net/kb/answer/registration Regards rob_w -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: Workers for multicore processing (Question and RFC)

2017-02-28 Thread Robert Wörle
Am 28.02.2017 um 12:04 schrieb Petr Gladkikh: I believe modern Linux systems have much higher than 1024 file descriptor per process limits. E.g. on my system $ uname -srv Linux 4.4.0-64-generic #85-Ubuntu SMP Mon Feb 20 11:50:30 UTC 2017 $ cat /proc/sys/fs/file-max 2013532 And you can adjust

Re: Perfect Forward Secrecy

2014-01-31 Thread Robert Wörle
Am 27.01.2014 19:45, schrieb Alexander Burger: Hi all, I'm glad to announce that 'httpGate' now supports Perfect Forward Secrecy, using Elliptic curve Diffie-Hellman key exchange. Well done !! You can find out which cipher is used by inspecting the new global variable '*Cipher'. If I

Re: Pico build problem on Mac OS X 10.6

2009-09-07 Thread Robert Wörle
btw a Intel Core 2 Duo can do both 32bit and 64bit. So maybe your MAC runs it on 64bit ?? But will the 64-bit Pico Lisp run on a machine (my Mac) that is 32-bit only ??? /Jon -- UNSUBSCRIBE: mailto:picol...@software-lab.de?subject=unsubscribe

Re: The 64-bit version is complete

2009-09-06 Thread Robert Wörle
So is this then the mighty 3.0 release. Congrats Alex and keep up the good work. Rob- Alexander Burger schrieb: Hi all, this morning I finished the implementation of the last remaining function in the 64-bit version (it was 'commit', btw)! Now the 64-bit version should be compatible to the

Re: Pico build problem on Mac OS X 10.6

2009-09-06 Thread Robert Wörle
can you use the type command on some of those .o files you get ? also what is a typical type output on a working binary in your os. maybe remove the -m32 switch in the makefile and see what happens. rob Jon Kleiser schrieb: Hi, I've just installed Mac OS X 10.6, aka Snow Leopard, on a