Search found 21 matches

by bborzic
Fri Apr 29, 2016 8:57 am
Forum: eXpress++ Support
Topic: Multicore processing
Replies: 63
Views: 89306

Re: Multicore processing

A better and modern compiler-side structure for this would be a huge step, since we can't tell every customer to provide 1 core and 1 GB of memory for every possible user. Write a personal letter to Steffen. If enough customers speak up, maybe the priorities will change. For sure 'core' compiler im...
by bborzic
Thu Apr 28, 2016 3:26 pm
Forum: eXpress++ Support
Topic: Multicore processing
Replies: 63
Views: 89306

Re: Multicore processing

bwolfsohn wrote:re-read the message..

"the paper it WASN'T printed on" :)
Aahh... that's pretty clever ;-)
by bborzic
Thu Apr 28, 2016 2:36 pm
Forum: eXpress++ Support
Topic: Multicore processing
Replies: 63
Views: 89306

Re: Multicore processing

Thanks, that's what I thought. They have not made any progress on this front - that's too bad because CPU's are not getting any faster and the only way to speed things up is to utilize multiple processors. We need Alaska Software to put more effort into the core compiler instead of creating more wi...
by bborzic
Thu Apr 28, 2016 2:04 pm
Forum: eXpress++ Support
Topic: Multicore processing
Replies: 63
Views: 89306

Re: Multicore processing

I did some more research on the subject and realized that all Alaska did was to write new functions in 2.0 called SetLogicalProcessor() and GetLogicalProcessor(). I was wrong when I thought that these functions could set a different processor for each thread. Thanks, that's what I thought. They hav...
by bborzic
Wed Apr 27, 2016 6:40 am
Forum: eXpress++ Support
Topic: Multicore processing
Replies: 63
Views: 89306

Re: Multicore processing

E. paralell , with each module on other CPU, one on CPU1 two on CPU2 1 and 2 process run concurently time 15sec !!! As you can see, process need 1/2 time !!! I was speaking with Roger recently and I happened to mention that it would be nice if Alaska put some effort in improving the core compiler l...
by bborzic
Tue Apr 19, 2016 7:41 am
Forum: Announcements
Topic: Announcing release of Xb2.NET v3.5
Replies: 3
Views: 14487

Re: Announcing release of Xb2.NET v3.5

rdonnay wrote:I think I will take one of the small apps and rewrite it using your scripting engine so we can have a comparison of the 2 technologies.
Thank you Roger. I wish I could attend myself, but been busy with my warehouse automation business. Let me know if there is anything I can do.
by bborzic
Tue Apr 19, 2016 7:25 am
Forum: Announcements
Topic: Announcing release of Xb2.NET v3.5
Replies: 3
Views: 14487

Announcing release of Xb2.NET v3.5

Dear friends & fellow Xbase++ programmers: It gives me great pleasure to announce the release of Xb2.NET v3.5. I don’t visit the eXpress++ forum very often, but I think this is a great milestone in our small community that will benefit everyone and so I wanted to share it with you. The highlight for...
by bborzic
Fri Sep 18, 2015 5:40 am
Forum: Xbase++ 2.0
Topic: SSL support for http
Replies: 15
Views: 48151

Re: SSL support for http

By the way, below is an SSL Report for my website https://xb2.net - naturally this website is running an Xb2.NET webserver. I have also taken the liberty of running the test on donnay-software.com (running Apache/2.2.22 (Win32) PHP/5.3.13 mod_fcgid/2.3.6). The results speak for themselves. just one...
by bborzic
Tue Sep 15, 2015 8:35 am
Forum: Xbase++ 2.0
Topic: SSL support for http
Replies: 15
Views: 48151

Re: SSL support for http

please, how is it possible do „secure“ version of example below? httpEndPoint supports SSL but it does not yet support certificates (according to Steffen Pirsig). Until it does, you will need to use STUNNEL as a workaround. I am using this on 2 different servers. Even Xb2.Net SSL requires STUNNEL. ...
by bborzic
Tue Sep 21, 2010 1:31 pm
Forum: eXpress++ Support
Topic: Refresh Browser with DC_SQLFieldblock
Replies: 3
Views: 9018

Re: Refresh Browser with DC_SQLFieldblock

Hello Roger, Your sqlexpress implementatio in eXpress++ is very helpful, I use it in some applications without problems. The only nice thing would be a browser, that can fetch columns intelligent in the background for large datasets. Rudolf SQLDataSet already provides support for fetching data in a...