<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">
<DIV>Dear All,</DIV>
<DIV>I have an OMERO installation on a virtual machine.</DIV>
<DIV>&nbsp;</DIV>
<DIV>For the project I’m working on (the OMEGA project), I’m reading the images 
stored in OMERO using the API (in Java) and the Gateway.class present at <A 
title=http://trac.openmicroscopy.org.uk/ome/browser/insight/trunk/TEST/org/openmicroscopy/shoola/examples/data/Gateway.java?rev=7855 
href="http://trac.openmicroscopy.org.uk/ome/browser/insight/trunk/TEST/org/openmicroscopy/shoola/examples/data/Gateway.java?rev=7855">http://trac.openmicroscopy.org.uk/ome/browser/insight/trunk/TEST/org/openmicroscopy/shoola/examples/data/Gateway.java?rev=7855</A>.</DIV>
<DIV>&nbsp;</DIV>
<DIV>For a specific image I select a channel and a “Z” and I load the bytes for 
each “T”:</DIV>
<DIV>&nbsp;</DIV>
<DIV>for (int i = 0; i &lt; framesNumber; i++)</DIV>
<DIV>{</DIV>
<DIV>&nbsp; try</DIV>
<DIV>&nbsp; {</DIV>
<DIV>&nbsp;&nbsp;&nbsp; byte[] pixels = gateway.getPlane(pixelsID, 1, i, 
1);</DIV>
<DIV>&nbsp;&nbsp;&nbsp; // send image to my algorithm</DIV>
<DIV>&nbsp; }</DIV>
<DIV>&nbsp; ...</DIV>
<DIV>&nbsp;</DIV>
<DIV>My code is working and I’m able to correct read the bytes. The problem is 
that the reading of the images sometimes freeze, in a completely random way. 
</DIV>
<DIV>&nbsp;</DIV>
<DIV>Most of the time the loading works perfectly and in a few seconds I’m able 
to load all the images, but sometimes (I would say around the 10% of the times) 
the loading freeze for several seconds or minutes and then it restart. At the 
end of the loading the byte are correctly loaded, but with this freeze in the 
middle.</DIV>
<DIV>&nbsp;</DIV>
<DIV>I have experienced this behavior also using OMERO.insight (on the same 
virtual machine): sometimes when I use the sliders (for the Z or T) the program 
freeze for some seconds.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Is this problem related to OMERO? Or am I using the API in a wrong 
way?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thank you very much for you help!</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>These are the details about my virtual machine:</DIV>
<DIV>&nbsp;</DIV>
<DIV>Linux isin09 2.6.18-194.17.1.el5xen #1 SMP Wed Sep 29 13:30:21 EDT 2010 
x86_64 x86_64 x86_64 GNU/Linux</DIV>
<DIV>CentOS release 5.5 (Final)</DIV>
<DIV>&nbsp;</DIV>
<DIV>memory:</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
total&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
used&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; free&nbsp;&nbsp;&nbsp; 
shared&nbsp;&nbsp;&nbsp; buffers&nbsp;&nbsp; cached</DIV>
<DIV>Mem:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
512&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
475&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
36&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
59</DIV>
<DIV>-/+ 
buffers/cache:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
408&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 103</DIV>
<DIV>Swap:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
1192&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
605&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 586</DIV>
<DIV>&nbsp;</DIV>
<DIV>disk space:</DIV>
<DIV>Filesystem&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
1K-blocks&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Used Available Use% Mounted on</DIV>
<DIV>/dev/xvda1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
6940484&nbsp;&nbsp; 4174552&nbsp;&nbsp; 2407688&nbsp; 64% /</DIV>
<DIV>/dev/xvda3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
20641788&nbsp;&nbsp; 5621160&nbsp; 13971988&nbsp; 29% /home</DIV>
<DIV>tmpfs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
262144&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp; 
262144&nbsp;&nbsp; 0% /dev/shm</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">-- 
<BR>Scuola Universitaria Professionale della Svizzera Italiana<BR>Dipartimento 
Tecnologie Innovative<BR>Istituto Sistemi Informativi e Networking<BR><BR>Vanni 
Galli<BR>Ricercatore<BR><BR>Galleria 2<BR>CH - 6928 Manno<BR><BR>T +41 (0)58 666 
65 
92<BR>vanni.galli@supsi.ch<BR>www.supsi.ch/dti</DIV></DIV></DIV></BODY></HTML>