Subject Re: [IBO] Data Pump Problem
Author Marco Lauria
At 15:03 11/09/2003 -0300, you wrote:
>Hi,
>
>At September 11, 2003, 14:10, Marco Lauria wrote:
>
>What about setting the CPU affinity in your application? The API call
>SetProcessAffinityMask is available in Delphi and BCB, and is only
>available for WinNT/2000/XP/2003. It might be possible that your
>application is creating a few threads that is causing this performance
>degradation. Have you checked the stats in Task Manager regarding
>your application, when HT is enabled?
>
>It wouldn't hurt to try.

I tried it FBServer is running with affinity 1 so it is on the first
logical CPU.
I called setprocessaffinity in my application to set the affinity to the
second logical CPU.
In the task manager I can see now that fb has affinity to CPU 0
and my app to CPU 1
during the transfer the CPU is at 0-5% and it's really really slow (as slow
as without setting cpuaffiinity
in my app).
I am still confused...
Regards
Marco