Re: [Chicken-users] example from rpc egg crashes at around 2k calls for me ....

2015-12-10 Thread Jim Ursetto
It would coincide with a typical fd ulimit of 2048. If the issue is actually too many tcp connections, I can't see why, as both the client and server should close the connection after completion. And, you are running these client connections serially. Maybe try dummying out the database calls.

Re: [Chicken-users] shared library for c

2015-12-10 Thread Kooda
On Thu, Dec 10, 2015 at 11:58:53PM -0500, Joe Python wrote: > Is it possible write a shared library in Chicken, say, "libfactorial.a" > which can be called from a C main program? > > IF then where is the documentation? > > Thank you, > Jo It is absolutely possible, this manual section should

[Chicken-users] shared library for c

2015-12-10 Thread Joe Python
Is it possible write a shared library in Chicken, say, "libfactorial.a" which can be called from a C main program? IF then where is the documentation? Thank you, Jo ___ Chicken-users mailing list Chicken-users@nongnu.org