<div dir="ltr"><br><br>I&#39;m&nbsp; a beginner developer and I phase a problem in handling AJAX request
by the server .I wore server side program to read from ulogd&nbsp; and
diplay&nbsp; ulogd output&nbsp; to the client browser using AJAX technology
avialable in nevow athena.<br>
Also I wrote another one to display&nbsp; tcpdump output .when&nbsp; I render
these two applications together in the twisted web server .they work
proberly and I see the ulogd and tcpdump output in the client browser
and AJAX work also proberly to display updated output from the server.<br>
&nbsp; But I observed that when I open many browsers ,the server hang up
because the&nbsp; load avarge of&nbsp; the server&nbsp; CPU&nbsp; increasing&nbsp; .the server
print error message &quot;Athena transport duplicate message discarding... &quot;
after a few minutes the OOM-killer of the linux kernel will kill the
twisted porcess because it consume large amount of time and memory.<br>
is there any solution to this problem ?<br>
</div>