- David Peace (Powersoft)
- PowerBuilder
- Monday, 14 October 2024 03:08 PM UTC
Hi Guys
I have literally just started playing with PB2025 Beta and I generated a new SDI application in my new solution. All looks ok. I have noticed that there is quite a delay after making and saving a change when you run the app in the IDE. There is a delay of about 3-4 seconds which we do not get in Workspace PB. The following is reported:
---------- Build: Incremental build of project testapp (15:54:15)
1> -------- Abstract syntax tree generation --------
1> c:\workspaces\pbsolutions\pb2025\testing\testapp.pbl\w_testapp_main.srw...
1> Arrange the compilation order of objects...
2> -------- Pcode generation (step 1) --------
2> c:\workspaces\pbsolutions\pb2025\testing\testapp.pbl\w_testapp_main.srw...
3> -------- Pcode generation (step 2) --------
3> c:\workspaces\pbsolutions\pb2025\testing\testapp.pbl\w_testapp_main.srw...
4> -------- Pcode generation (step 3) --------
4> c:\workspaces\pbsolutions\pb2025\testing\testapp.pbl\w_testapp_main.srw...
---------- Finished Incremental build of project testapp (15:54:19)
---------- Elapsed: 00:04.533
Happily it says how long that took. Then the App opens as normal. This reminds me of PB Dot Net if you can remember that. For this change I made a minor image change to the menu object only.
This is a 2 window, 1 menu, 1 DW default application. It's doing an incremental build.
Here are the environmental details:
PB2025 Beta Build 3398
Windows Server 2022
Anyone else concerned by this?
*Edit*
Tested an existing App converted to Solution and see the same only worse (6.5 seconds) because it has a few user objects as well:
---------- Build: Incremental build of project othello (16:23:21)
1> -------- Abstract syntax tree generation --------
1> c:\workspaces\pbsolutions\pb2025\game\othello.pbl\w_othello_main.srw...
1> Arrange the compilation order of objects...
2> -------- Pcode generation (step 1) --------
2> c:\workspaces\pbsolutions\pb2025\game\othello.pbl\w_othello_main.srw...
3> -------- Pcode generation (step 2) --------
3> c:\workspaces\pbsolutions\pb2025\game\othello.pbl\w_othello_main.srw...
4> -------- Pcode generation (step 3) --------
4> c:\workspaces\pbsolutions\pb2025\game\othello.pbl\w_othello_main.srw...
---------- Finished Incremental build of project othello (16:23:28)
---------- Elapsed: 00:06.499
If this scales up in a linear manner a bigger App will be unworkable. I'll test with our Internal Issue tracking system and feed back.
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.