Actions
Bug #390
closedtime for reading port with sequence scales weirdly
Status:
Closed
Priority:
Normal
Assignee:
-
Description
I'm trying to read data from a port which contains a sequence of bytes through genomix (I have the same issue with both python-genomix and matlab-genomix), and it takes rather long time (about 150ms for 500k bytes).
I tried to scale down my images to read them in a more reasonable time, and strangely there is a step at 1757 bytes: reading a sequence of 1756 takes less than a ms, while reading a sequence of 1757 takes ~45ms.
Is the genomix server limiting the bandwidth? And is it normal that such steps occur at arbitrary values?
(I'm reading from multiple out port, if that matters)
Actions