mit-scheme-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MIT-Scheme-devel] Efficient reading from a network socket


From: craven
Subject: [MIT-Scheme-devel] Efficient reading from a network socket
Date: Tue, 01 May 2012 11:03:23 +0200
User-agent: Notmuch/0.11+77~gad6d0d5 (http://notmuchmail.org) Emacs/24.1.50.2 (i686-pc-linux-gnu)

Hello fellow Schemers!

Another question, what is an efficient way to read from a network (or
unix domain) socket? After reading the manual, I'd guess READ-SUBSTRING!
with an aptly allocated string and then using VECTOR-8B-REF etc. to
access the actual values. Is this correct? Is there any further support
for processing network packages that might be split up and fragmented?

Thanks for any help!

Peter

Attachment: pgpepQVe10xzZ.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]