Files
SingularityViewer/indra
Aleric Inglewood 79bcb1ec07 Print info in texture console about curl request queuing
This includes also non-texture requests (not sure if it's worth it to
explicitely separate this data for just textures).

The texture console now prints: HTTP:c/q/a/r
Where, c = number of 'add' request commands in the command queue
(minus the number of 'remove' request in the command queue and not
taking into account the command_being_processed, nor entirely being
thread-safe with regard to adding requests to 'q' or 'a' next: it is
possible that a request is no longer counted in 'c' but not yet is added
to 'q' or 'a'.
q = number of queued (throttled) requests (by the curl thread).
a = number of actually added requests (to the multi handle).
r = last returned value of 'running handles' by libcurl.

Obviously, c and q should be small (0 or 1) most of the time and a and r
should be equal and maxed out. This turns out to be the case.
2013-04-08 06:41:07 +02:00
..
2013-03-24 17:11:03 +01:00
2013-03-12 06:03:06 -04:00
2013-03-27 00:56:28 +01:00
2013-03-05 12:24:51 -05:00
2012-12-09 02:10:16 +01:00
2013-03-12 06:03:06 -04:00
2013-03-04 03:31:24 -05:00
2013-03-05 12:24:51 -05:00
2013-03-24 23:20:40 -05:00
2013-03-04 12:02:01 -05:00
2013-03-04 03:31:24 -05:00
2013-03-05 12:24:51 -05:00