[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Looking for advice/opinions
Quoting Eddie Corns:
> I understand a lot better now what
> block_until is doing, the biggest complication is that all threads share the
> same fd since SNMP packets are UDP but storing all packets in an internal
> queue will fix that.
If MzScheme provided `udp-listen', `udp-connect', etc., would that have
simplified your task? (In other words, is UDP support the only reason
you have to write C code in this case?)
Matthew