Matthias Urlichs

Results 342 comments of Matthias Urlichs

> What's the point of benchmark without any protocol parsing? Higher numbers, but very synthetic conditions not correlating to any real life load. The point is to isolate send+receive from...

AMQP has some multi-part messages which must be transmitted back-to-back (per channel; a single TCP connection carries multiple channels). trio-amqp uses a per-channel send lock to enforce that. Waiting for...

Yes I want a send task. Two reasons, (a) I can just use `with move_on_after()` in the loop to do a simple keepalive, (b) when a request gets cancelled I...

OK … so instead of an explicit callback, we use a class that represents an RPCish request and which has specific methods for the client to cancel things, and for...

Futures: you don't need hazmat or channels. An Event object is sufficient. Your clieńt can simply store the event in the `awaiting_reply` dict, then wait for it. The receiver reads...

I added an issue for this: https://github.com/groove-x/trio-util/issues/4

Is anybody working on enhancing this? there seem to be some missing peripherals …

Besides PIO, ADC support would be nice to have, at least for my current project.

Owch. Is there a way to do the splitting in CQ? Telling people "no you can't import a mesh with more than one part" isn't what I'd like to be...

They're incompatible. Update the server. Before you do that I'd advise to copy the lizard filesystem onto some nice shiny 16-GB hard disk or two. Actually I'd advise doing that...