gomd-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gomd-devel] <DAEMON> fixed huge bug || <LIBRARY> work started!


From: Gian Paolo Ghilardi
Subject: [gomd-devel] <DAEMON> fixed huge bug || <LIBRARY> work started!
Date: Fri, 25 Jul 2003 00:37:40 +0200

Hi all.

I've stopped the development of stats-o-matic generator for gomd to fix this
giant bug signaled me by roeles (thanks a lot, roeles!).
Checkout bug #5 in bug_history file (BTW, I've reworked the layout of this
file to be more readable).

Moreover I've started the work on libgomd. Now we have a generic getInfo()
function that opens the conn, request the info and closes the conn.
Next step will a function that opens the conn, uses and reuses the conn as
needed, closes the conn.


1)DAEMON:

<<CVS NOTES>

NOTE: YEAH!!! (sorry but I'm really happy... ;) )

IN bugs_history
(+) reworked the layout to be more readable
(+) added note about the (fixed) bug #5 (thanks to roeles for SIGnaling me
this bug and helping me to fix it)

IN connHandler.cpp
(f) fixed the client-brutally-closes-the-conn bug in gomd (the daemon
started leaking the memory and the used all the cpu time). See bug #5 in
bugs_history file for more info.

******************************************************

2)LIBRARY

<CVS NOTES>

WARNING: before testing please modify this line accordingly to your gomd IP
(will be fixed really soon! ;) )
In lib/examples/examples/cppclient.cpp please change:
lg->getInfo("192.168.0.3",9889,"get load 2" );

IN libgomd.cpp/libgomd.h
(N) now the open_conn/request_info/close_conn is moved in getInfo()
(+) added new generic getInfo() function to request and get an info value
from a gomd daemon
(-) removed getLoad() function

IN libiface
(+) added getInfo() iface entry
(-) removed getLoad() iface entry

IN examples/cppclient.cpp
(+) added call to new getInfo() function
(-) removed getLoad() function call

<rejected>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]