<%
thread_handler = _hb.db_handler.conns
if !thread_handler.is_a?(Knj::Threadhandler)
print "A threadhandler has not been spawned for this instance."
exit
end
objects = thread_handler.objects.clone
objects.each_index do |key|
val = objects[key]
%>
<%=key%>
<%=Knj::Strings.yn_str(val[:free])%>
<%
end
if objects.empty?
%>
Thread handler was spawned but no active connections was spawned?