Marco A. Cruz Quevedo
2009-06-06 18:56:54 UTC
Hello everybody,
I am a Clipper programming since 18 years ago, since Summer '87
version.
The issue that today I have is the following:
I have several applications in Clipper 5.3b, that were running fine in
Win98 but when they are run in WinXP, the application gets most of the
processor time and makes execution of other applications, eitehr DOS
or Windows, very sluggish.
Example: I run A.exe and then run B.exe (both developed in CA-Clipper)
simultaneously each one in a DOS window . The B.exe takes too long to
start because A.exe is already running. Finally, after about 1
minute, B.exe runs but then both applications run slowly, taking time
to respond to keyboard strokes. This did not happen in Win98.
I even tried the following: (test.prg)
----
//-- TEST.PRG
?"Test application"
inkey(0)
return
---
This simple application makes the whole system slow down.
Somewhere I read that there is a way to make a Clipper application not
to take too much time from processor, do you know it?
Thanks in advance.
Regards,
Marco.
--------------------------------------
Freedom is not a permission for chaos.
I am a Clipper programming since 18 years ago, since Summer '87
version.
The issue that today I have is the following:
I have several applications in Clipper 5.3b, that were running fine in
Win98 but when they are run in WinXP, the application gets most of the
processor time and makes execution of other applications, eitehr DOS
or Windows, very sluggish.
Example: I run A.exe and then run B.exe (both developed in CA-Clipper)
simultaneously each one in a DOS window . The B.exe takes too long to
start because A.exe is already running. Finally, after about 1
minute, B.exe runs but then both applications run slowly, taking time
to respond to keyboard strokes. This did not happen in Win98.
I even tried the following: (test.prg)
----
//-- TEST.PRG
?"Test application"
inkey(0)
return
---
This simple application makes the whole system slow down.
Somewhere I read that there is a way to make a Clipper application not
to take too much time from processor, do you know it?
Thanks in advance.
Regards,
Marco.
--------------------------------------
Freedom is not a permission for chaos.