Re: picolisp and erlang in distributed/concurrent processing

2016-01-06 Thread andreas
Really good points Michel, thank you for describing so clearly! If we're talking solely about multiple picolisp processes, then there is built-in picolisp IPC for picolisp processes started by the same common parent process. Check out: (fork) (tell) (kids) (hear) and the functions in

LCD screen

2016-01-06 Thread Jake
I got my LCD screen for the Mizar a few days ago, it came with the wire mod done so that the USB can be used to power it instead, I have both USB ports plugged into my PC and am using Minicom to communicate with the Mizar. Anyhow, none of the LCD commands like (mizar32-lcd-prinl 'Hello) seem

Re: picolisp and erlang in distributed/concurrent processing

2016-01-06 Thread Henrik Sarvell
Hi Lawrence, note that if you don't change the FD_SET as per my description here: http://www.mail-archive.com/picolisp@software-lab.de/msg05890.html and recompile you won't be able to run more than about 500 child processes at the same time on the same parent. If you continue reading the above