<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.19222">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>Hi,</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>did some more investigation about windows handle 
problem.</FONT></DIV>
<DIV><FONT size=2 face=Arial>Starting marble without the CashRunner 
plugin,</FONT></DIV>
<DIV><FONT size=2 face=Arial>we have ~ 500 handles.</FONT></DIV>
<DIV><FONT size=2 face=Arial>Starting with the CashRunner, we have ~ 22.000 
handles.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>like reported yesterday, this is because each call 
to:</FONT></DIV>
<DIV>
<DIV>
<P><FONT size=2 face=Arial>GeoDataPlacemark *placemark = 0;<BR>placemark = <FONT 
color=#0000ff><FONT color=#0000ff>new</FONT></FONT> GeoDataPlacemark;</FONT></P>
<P><FONT size=2><FONT face=Arial>creates new handles.<BR>Problem is the QMutex 
m_mutex member from GeoDataRegion_p.h .<BR>Without this member, we have ~500 
handles, regardless if we run with or without the CashRunner</FONT>.</FONT></P>
<P><FONT size=2 face=Arial>I can not see, why we need a mutex there, can someone 
switch a light on to me?</FONT></P>
<P><FONT size=2></FONT><FONT size=2><FONT face=Arial>br, 
konrad</FONT></P></FONT></DIV></DIV></BODY></HTML>