Clément Lassieur <clem...@lassieur.org> skribis:

> Clément Lassieur <clem...@lassieur.org> writes:
>
>>> That makes it clear that the reply channel is used only by the calling
>>> fiber.
>>
>> I like it, but in that case MAKE-CHANNEL is called every time
>> CALL-WITH-CRITICAL-SECTION is called.  Do you think it is a significant
>> overhead?
>
> I guess it doesn't.  I'll push a patch with this then.

Yeah.  I guess the overhead doesn’t matter much because we’re already on
the slow path of a critical section, presumably to perform an expensive
operation (database access.)

Thanks!

Ludo.

Reply via email to