The toutCompter methode does a lot of thing and it would take a triple couples of lines to describe what it does all.<br>Anyway, is there a way for me to detect ConflictErrors ? they don&#39;t appear on the console so i guess they are catched.
<br><br>Y.Chaouche<br><br><div><span class="gmail_quote">2007/1/19, Gabriel Genellina &lt;<a href="mailto:gagsl-zope@yahoo.com.ar">gagsl-zope@yahoo.com.ar</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
At Thursday 18/1/2007 16:30, Andreas Jung wrote:<br><br><br>&gt;&lt;zope trace to the console&gt;<br>&gt;ip: <a href="http://10.75.49.155">10.75.49.155</a> requests counting of lines 1 to 11<br>&gt;ip: <a href="http://10.75.49.51">
10.75.49.51</a> requests counting of lines 1 to 11<br>&gt;sending results to <a href="http://10.75.49.155">10.75.49.155</a><br>&gt;sending results to <a href="http://10.75.49.51">10.75.49.51</a><br>&gt;ip: <a href="http://10.75.49.51">
10.75.49.51</a> requests counting of lines 1 to 11<br>&gt;sending results to <a href="http://10.75.49.51">10.75.49.51</a><br>&gt;&lt;/zope trace&gt;<br>&gt;<br>&gt;<br>&gt;Zope says he got 2 requests form <a href="http://10.75.49.51">
10.75.49.51</a> and sent it the results 2<br>&gt;times. Ok, let&#39;s check the tcpflow then for these supposed connections :<br>&gt;[...]<br>&gt;Allright, there is only ONE POST request. So zope didnt really got two<br>&gt;requests. Now let&#39;s see if it sent the data two times as it presumes :
<br>&gt;[...]<br>&gt;The results were sent just one time, not two.<br>&gt;<br>&gt;What is going on here ?<br><br>What does the toutCompter method really does? Does it modify some<br>object state? That might provoke a ConflictError, forcing a
<br>transaction abort and the request to be re-tried (up to three times,<br>silently, then it goes logged).<br><br><br>--<br>Gabriel Genellina<br>Softlab SRL<br><br><br><br><br><br><br>__________________________________________________
<br>Preguntá. Respondé. Descubrí.<br>Todo lo que querías saber, y lo que ni imaginabas,<br>está en Yahoo! Respuestas (Beta).<br>¡Probalo ya!<br><a href="http://www.yahoo.com.ar/respuestas">http://www.yahoo.com.ar/respuestas
</a><br><br>_______________________________________________<br>Zope maillist&nbsp;&nbsp;-&nbsp;&nbsp;<a href="mailto:Zope@zope.org">Zope@zope.org</a><br><a href="http://mail.zope.org/mailman/listinfo/zope">http://mail.zope.org/mailman/listinfo/zope
</a><br>**&nbsp;&nbsp; No cross posts or HTML encoding!&nbsp;&nbsp;**<br>(Related lists -<br> <a href="http://mail.zope.org/mailman/listinfo/zope-announce">http://mail.zope.org/mailman/listinfo/zope-announce</a><br> <a href="http://mail.zope.org/mailman/listinfo/zope-dev">
http://mail.zope.org/mailman/listinfo/zope-dev</a> )<br></blockquote></div><br>