Re: [Chicken-users] libcurl?

2005-10-04 Thread Thomas Chust
Am 04.10.2005, 13:42 Uhr, schrieb Thomas Chust [EMAIL PROTECTED]: [...] I will have to duplicate a whole bunch of code from CHICKEN's tcp unit, though. It's just a matter of copy and paste, but my question to Felix is, whether it wouldn't perhaps make sense to export all the ##net#...

Re: [Chicken-users] libcurl?

2005-09-29 Thread F. Wittenberger
Hi all, my $ 0.02: once I faced a simillar situation when implementing SSL for askemos.org. Since the threading system of rscheme and chicken are simillar in a way, one should consider that user level threads are hardly scheduled to multiple processors, while kernel level processes do with ease.

Re: [Chicken-users] libcurl?

2005-09-29 Thread Ed Watkeys
On 9/29/05, Jörg F. Wittenberger [EMAIL PROTECTED] wrote: Since the threading system of rscheme and chicken are simillar in a way, one should consider that user level threads are hardly scheduled to multiple processors, while kernel level processes do with ease. Thus delegating encryption

Re: [Chicken-users] libcurl?

2005-09-28 Thread Thomas Chust
Am 28.09.2005, 16:17 Uhr, schrieb Graham Fawcett [EMAIL PROTECTED]: Hi folks, I'd like to be able to fetch data from an HTTPS url. I don't see this capability within the existing Chicken eggs. A libcurl binding for chicken would probably be the most expedient route. [...] Hello, on a

Re: [Chicken-users] libcurl?

2005-09-28 Thread Graham Fawcett
On 9/28/05, Thomas Chust [EMAIL PROTECTED] wrote: on a sidenote, there is also the crypt egg for CHICKEN, which I wrote ages ago. It is able to provide SSL support and should be usable together with the http egg by providing custom ports generated with crypt to the http methods. Ah, thanks.

Re: [Chicken-users] libcurl?

2005-09-28 Thread Thomas Chust
Am 28.09.2005, 17:48 Uhr, schrieb Thomas Chust [EMAIL PROTECTED]: [...] on a sidenote, there is also the crypt egg for CHICKEN, which I wrote ages ago. It is able to provide SSL support and should be usable together with the http egg by providing custom ports generated with crypt to the

Re: [Chicken-users] libcurl?

2005-09-28 Thread Alex Shinn
At Wed, 28 Sep 2005 17:26:24 -, Thomas Chust wrote: [...] But instead of binding to libcurl wouldn't it be nicer to program some convenient interface to OpenSSL instead I've been wanting this for a while, not just for HTTPS but for Yahoo Domain key support for the Hato mail server (right

Re: [Chicken-users] libcurl?

2005-09-28 Thread Kon Lovett
Hi, I just finished updating crypt.scm for cryptlib 3.2.2! Not tested! And some interface chgs, a few procs now rqr a length arg. Best Wishes, Kon On Sep 28, 2005, at 6:22 PM, Thomas Chust wrote: Am 28.09.2005, 17:48 Uhr, schrieb Thomas Chust [EMAIL PROTECTED]: [...] on a sidenote, there