Search found 334 matches: processing

Return to advanced search

Task priority

Increaing the timer only delayed when the program hogged the system. I have now set a flag whilst processing incoming text files and do not update the stats until this flag is no longer set. Another problem Winexec("program",9) states it will start a program or use the one ...
by grumpy
Wed Dec 28, 2005 4:49 am
 
Forum: FiveWin for CA-Clipper
Topic: Task priority
Replies: 3
Views: 1235

Task priority

... the stats into the Weekly, Monthly and Yearly stats dbfs which have approx 22 different stat fields. The problem is there is little difference in processing time by the main program as the program I started from it hogs the CPU each time it checks the DBF for new records, I have a timer set at ...
by grumpy
Tue Dec 27, 2005 12:55 pm
 
Forum: FiveWin for CA-Clipper
Topic: Task priority
Replies: 3
Views: 1235

Dear Jeff,

Try this example will popup window for complete function before close MsgRun().

Regards,
Dutch

MsgRun('Please Wait, Report is processing.',,{|oDlg| ;
WaitRun('RRWRUN.EXE RREPORT '+str(RPT_NR,3)+' /H /B /WY /R'+cLibrary+' /ORROUT'+Strim(RPT_NR,3)) } )
by dutch
Sun Dec 11, 2005 3:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Function Similar to MsgRun()
Replies: 3
Views: 1213

... is a cgi process - I run an exe using stdin and stdout and http environment variables. The print process will be invoked from this .exe - do it's processing - then pipe html out via stdout. Works like a charm. I'm wondering, can an internet instance of running a program "see" printers? It's on ...
by don lowenstein
Tue Nov 08, 2005 2:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PDF Creating Open Source Tool : PDFCreator
Replies: 8
Views: 3808
Previous

Return to advanced search