> Hello again,
>
> we don't use a gambas server on the other site. Just the application wich
> connect to an server will take the cpu performance.
>
> Regards,
>
> A.Fröhlke
>

Strange: I did a test, and the client took no CPU, but the server did. So I 
fixed it.

If your client takes CPU while idle (it should not), please can you take a gdb 
backtrace and send it me?

To do that:

$ ps axf # to get the PID of the gbx2 process that takes CPU.
$ gdb gbx2 <PID>
...
(gdb) bt
...

If you can compile Gambas 2 from sources to get the debugging information, it 
would be great. If you have debugging development packages on your 
distribution, you just have to install them instead.

Regards,

-- 
Benoît

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to