NICE THING:

  About netmon:
  main gxsnmp needs information about
  what node and status, when netmon signals.
  It would be nice if g_sqldb API could be
  called through ORBIT, because it will
  update memory map of objects, so netmon
  would only have to issue the call, which
  would trigger ( using the callbacks in 
  g_sqldb API to trigger main gxsnmp and
  update it graphics, and no
  signal on the socket + current db_sqldb call 
  would be needed.

CLEANUP:

  Notification:
    gxdd and CAPI could use
    the same typedef.

  Server:
    queue.c could needs some cleaning.
    

  CAPI:
    get_member returns should be 
    a typedefed union, instead of
    manual typing.

  BOTH:
    disconnect must be working.
    CAPI should send a DISCON 
    package, so server can remove
    it from its connected clients lists.
    
    For long time stability it is a must
    to implement a ping facility, so server
    can time-out dead connections.
