Search found 35 matches

by peter
Wed Sep 20, 2006 6:29 am
Forum: Bug Reports
Topic: crash while changing time span property
Replies: 0
Views: 14649

crash while changing time span property

I typed a wrong thing trying to change a time span property on my SW Remote. As a result, the server crashed. I can reproduce this. Scott, do you see any reason for crashing producing this dump: Thanks peter ====== Begin Dump - Wednesday, September 20, 2006 12:24:52 ====== Server Version = 2.32 ====...
by peter
Wed Jun 21, 2006 4:27 am
Forum: Bug Reports
Topic: little issue in plugin API
Replies: 1
Views: 913

little issue in plugin API

Scott, I believe I found a little problem. My understanding is as follows: using the method GetDeviceFromDescription a new CDevice instance will be created. This class is initialized passing the value for m_szDeviceName from pHB_GetDeviceInfoFromDescription. So far ok. But the m_szDeviceDescription ...
by peter
Fri Jun 02, 2006 5:34 am
Forum: Bug Reports
Topic: care must be taken with property value ranges
Replies: 1
Views: 867

care must be taken with property value ranges

Unfortunately I set a numeric property value range from 0 .. 1.000.000

This causes that the server occupies about 200 meg of memory, which takes a while especially when the computer has to allocate virtual memory on disk.

This may be an issue or not. :wink:

peter
by peter
Wed May 31, 2006 10:12 am
Forum: Bug Reports
Topic: housebot becomes very slow
Replies: 5
Views: 1974

Hi Scott, I've tested a little with tasks and Null-devices. When you build a circle relation for instance task A tests property a and turns property b, task B tests property b and turns property a, I watched sometimes exactly what I described. The task count increases and the system becomes blocked....
by peter
Wed May 31, 2006 3:57 am
Forum: Bug Reports
Topic: housebot becomes very slow
Replies: 5
Views: 1974

housebot becomes very slow

has anybody seen this: the housebot.exe creates a lot of threads for some reason and it becomes very slow. Normally my application runs with 38 threads and works fine. After a while ( may be some hours) it begins to creating additional threads up to 1.000 !! blocking the whole computer. :?: I've tes...