Search found 627 matches

by Victorio
Fri Nov 20, 2015 2:49 am
Forum: eXpress++ Support
Topic: Multicore processing
Replies: 63
Views: 89184

Re: Multicore processing

I do not see, where is my last post...
I do some test, to my main application I put two buttons, PROCES 1 and PROCES 2.
First run Runshell smprun1.exe where is fix set CPU1, and second set to CPU 2

Here is result, running both CPUs,
Multi_CPU.jpg
Multi_CPU.jpg (750.61 KiB) Viewed 13168 times
by Victorio
Thu Nov 19, 2015 5:38 am
Forum: eXpress++ Support
Topic: Multicore processing
Replies: 63
Views: 89184

Re: Multicore processing

"you can not start many Runshell() from same Main Xbase++ Application on different CPU" hmm this is important. :think: ok, and if I run several applications from batch file for example start.bat: main.exe moduleforcpu1.exe moduleforcpu2.exe ... main.exe show window with menu etc. modules scan in cyc...
by Victorio
Wed Nov 18, 2015 8:56 am
Forum: eXpress++ Support
Topic: Multicore processing
Replies: 63
Views: 89184

Re: Multicore processing

DC_SetCPU() .. ok, thanks...
I tested switching between CPU... nice show on Task manager which CPU work.
by Victorio
Wed Nov 18, 2015 7:42 am
Forum: eXpress++ Support
Topic: Multicore processing
Replies: 63
Views: 89184

Re: Multicore processing

Yes, this I want, Runshell("1","program1"...) Runshell("2","program1"...) Runshell("3","program1"...) Runshell("4","program1"...) ... every exe can read separate parameters from shared database or some own file (csv,sdf,text...). for example fileforcpu1.csv,... Managing can do in main application, i...
by Victorio
Wed Nov 18, 2015 12:13 am
Forum: eXpress++ Support
Topic: Multicore processing
Replies: 63
Views: 89184

Re: Multicore processing

Jimmy, Why ?
may be problem with sharing files ?
or no effect to spare time of process ?
Then will be better to run application on more computers ?

I wonder, processor time is not main problem, and more time consume disk or memory access ...
by Victorio
Tue Nov 17, 2015 10:47 am
Forum: eXpress++ Support
Topic: Multicore processing
Replies: 63
Views: 89184

Re: Multicore processing

Hi, I read imprtant information about using more than one core of processor. I want examine this : I want run application and run "some" process, this run several minutes. After it I start other process, also several minutes... Each process generate report. Very simple is on 4 core PC run applicatio...
by Victorio
Mon Nov 16, 2015 7:44 am
Forum: eXpress++ Support
Topic: DCHTMLVIEWER
Replies: 11
Views: 16007

Re: DCHTMLVIEWER

I found freeware LTFViewer (Large text file viewer for ascii files. This looks fine, but I must test it on W8 W10 32 and 64 bit OS.
On WXP and W7 works good.
Maybe it is quick solution...
Wordpad and notepad do not show correct format of text (tabelator and spaces...
by Victorio
Sun Nov 15, 2015 1:06 pm
Forum: eXpress++ Support
Topic: DCHTMLVIEWER
Replies: 11
Views: 16007

Re: DCHTMLVIEWER

Rudolf: yes I tryed change read only atribute, it is not problem. Language : If user has Windows set to english, or slovak dialogues, I always want to my dialogues will be all in slovak. User for example know "switch on" computer, login, and click to icon on screen. Yes, it is only problem, if : 1. ...
by Victorio
Sun Nov 15, 2015 9:00 am
Forum: eXpress++ Support
Topic: DCHTMLVIEWER
Replies: 11
Views: 16007

Re: DCHTMLVIEWER

Roger: I used DC_Txt function in my source in other place for read file and processing, and work fine. I will try it . Jimmy : :oops: yes, notepad, or wordpad I can use, I am looking for a complicated solution and simple exist... But some problem exist : 1. notepad or wordpad is in language Windows ...
by Victorio
Sat Nov 14, 2015 10:21 am
Forum: eXpress++ Support
Topic: DCHTMLVIEWER
Replies: 11
Views: 16007

Re: DCHTMLVIEWER

Thanks, I look at it.