guix-devel
[Top][All Lists]
Advanced

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

Re: Cuirass news


From: Ludovic Courtès
Subject: Re: Cuirass news
Date: Sat, 10 Feb 2018 12:18:56 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Hi Danny,

Danny Milosavljevic <address@hidden> skribis:

> the patch LGTM!

Pushed!

>>I’d reluctant to ‘sqlite-uncache!’ though.
>
> I was thinking if you are in the REPL and actually want it to forget the
> statement which you cached before, it would be good to be able to do that.
> I wonder what I was thinking that was good for, though.
>
> User can always just close the database connection.

Yeah.  :-)

Now I have another problem: with
<https://git.savannah.gnu.org/cgit/guix/guix-cuirass.git/commit/?id=c47dfdf82b4be62501a7932eaec4c124566a1829>
HTTP requests are now processed concurrently for real.  But that brings
its own set of problems, in particular the fact that <sqlite-db> access
is not thread-safe, as discussed earlier.

Thinking about it, it wouldn’t matter that HTTP requests are processed
sequentially if database queries run really fast.  I’m not sure if we
can achieve it.  WDYT?

Thanks,
Ludo’.

PS: I’ll be away for the next few days.



reply via email to

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