Quantcast
Browsing all 268 articles
Browse latest View live

SOAP and Indy

Hi, I use for test SOAPUI with this example Code:&tsoapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:prot="Protocollo.wsdl"&t     &tsoapenv:Header/&t...

View Article


Image may be NSFW.
Clik here to view.

Memory managers revisited

Hi guys, I was doing some performance measurements using a really wide range of Delphi compilers and I decided that I'll write a more complete blog post showing some results and discussing the memory...

View Article


Image may be NSFW.
Clik here to view.

CG Dev Tools

I want desperately to move to Delphi 12. The only thing holding me back is CG Dev Tools .... I cannot get any response from them .... and I have tried! I think it is time to move from CGD but to what?...

View Article

Image may be NSFW.
Clik here to view.

Intraweb returning code 6 on Twilio xml requests (Priority support)

I am using C++ Builder 10.2.3 with Intraweb 15.5.5 I am trying to make a Twilio automatic phone call using TwilioClient Below is a summary of the code:   TTwilioClient *Client;...

View Article

Share datamodules between Intraweb and VCL projects

Hello, this is a more general architectural question than a specific Intraweb one...: I have a fully functional Intraweb application which manage some classes and data modules. I would like to leverage...

View Article


Main form in Secure mode

How do I start my application (Main form) in secure mode (SSL + TLS) ?

View Article

How to create control at runtime if using template?

Code:procedure TIWForm1.btnTestAsyncClick(Sender: TObject; EventParams: TStringList); begin   var B := TIWButton.Create(Self);   B.Parent := Self; end;this can be used to create control at runtime,...

View Article

Image may be NSFW.
Clik here to view.

IntraWeb Performance x Memory Managers

Hi guys, here is a new article that I've just published in our blog: https://www.atozed.com/2024/01/capacity-...-managers/ There is some great information there and I hope you guys enjoy it  Cheers

View Article


recent breaking change

Just noticed that with the latest IW versions, in the spot in my code where I need to bump up session timeout mid-flight, it no longer works: "SessionOptions.SessionTimeout is locked. Suggestion: Set...

View Article


Image may be NSFW.
Clik here to view.

IntraWeb versus ASP.NET: A performance comparison

I believe you guys will like this new comparison that I've just published (except if you are not using IntraWeb, of course)  https://www.atozed.com/2024/01/intraweb-versus-aspnet/ Bottom line is:...

View Article

Image may be NSFW.
Clik here to view.

IntraWeb 15.5.6 is out!

Hi guys, there is a new IntraWeb update available containing a couple of urgent bug fixes:  https://www.atozed.com/2024/01/intraweb-15-5-6/ Enjoy! 

View Article

TIdFTPServer slow-ish

G'day from Downunder, Indy10, as supplied with Delphi 2006 (sorry, can't recall whether I've updated it). Using IdFTPServer to receive files from a third-party hardware device. Device sends files in...

View Article

whats about Grids ?

in normaly VLC app's I use a lot of Grids. Its simple to handle and the user gets a quick overview about his data. But  it seems , in Intraweb , they are treat like a bad thing. I found no way to gets...

View Article


Google LibPhonenumber import issues

Greetings.. using latest CrossTalk demo and Delphi 11.3 for win32 DCL: 2.0.32 NET: 533320 Middle (x86): 2.0.32 Right: 2.0.32 UI: 2.0.32 I am messing around with Google LibPhonenumber for C#    ( For...

View Article

Stand alone application vs Windows service (Priority support)

Atozed recommend to install Intraweb applications as a Windows service instead of deploying it as a Stand Alone application. So, I would like to know if there is a performance difference between the 2...

View Article


IW iw15.5.6 - nonSSL lock message when starting app as exe

I will go back to 15.5.5 to check, Here is the message I get, but the application still works for HTTP: "SSLOptions.NonSSLRequest(is locked. Suggestion: Set in ServerController OnConfig event instead."...

View Article

Image may be NSFW.
Clik here to view.

5 Things that kill your IW app performance

Another post to help you guys to get the best possible performance when deploying an IntraWeb application: https://www.atozed.com/2024/02/5-things-...plication/ Enjoy 

View Article


Compiler error in IW15.5.6 and IWApplication.gSessions.LookUp

Hi, after upgrading IW from 15.3.12 to 15.5.56 I have a compiler error in a procedure that I use to list active sessions, developed looking at the SessionLookup151 demo project. The error is "E2010...

View Article

Image may be NSFW.
Clik here to view.

Very dangerous problem on IIS!

Hi Alexandre, I'm using IW 15.5.6 on Delphi 10.2. Only in IIS (in StandAlone all works fine...), just discovered this scaring behavior: on an IWEDit I write a normal text, containing single quote....

View Article

Using DB grids

Never tried any data with IW before, so if there are any secrets, please share. Tried the demo with TIWjQDBGrid and it worked. But it's using a ClientDataset. Once I replaced that with a real DB...

View Article
Browsing all 268 articles
Browse latest View live