O
OctavioOlguin
Guest
Hi there. I have following scenario (windows appserver 11.5 win32): 1) a .w window makes the following: lRetOK = hServer:CONNECT (charID) .... RUN procs\ventas\apSuc0301.p ON hServer ("", " ", ?, ?, OUTPUT DATASET dsCasoPaquete ). 2) apSuc0301.p: PUT STREAM dbg NOW " Creating NEW dscasopaq: " SKIP. OUTPUT STREAM dbg CLOSE. myCaso = NEW dsCasoPaq(). OUTPUT STREAM dbg TO "c:\t\apSuc0301-dbg.txt" append. PUT STREAM dbg NOW " Created." SKIP. // Just to get this timings.. // 26/04/2019 10:30:22.307-05:00 Creating NEW dscasopaq: // 26/04/2019 10:30:54.913-05:00 Created. 3) and inside dsCasoPaq() I create another stream and get timings inside class. I hardly takes 1.5 secs.. So my bottle neck is on NEW dsCasoPaq. this is the case I'm investigating.... but the bad news is that appserver is struck on process taking forever to complete. All this began with this problem community.progress.com/.../57841 trying to solve it, (as I'm configuring another Appserver, now on pasoe 11.7 wind 64, and making test on CONNECT("-URL..." ), I uninstalled 11.5, tried to install 11.7, just to learn about no 32 bits availability, another try with 11.6, to no avail,, so reinstalled 11.5 to keep users going, and since then, strugling to find problem. I thought first about wrong indexing on table, but no... (it selects quite several records on 1.5 secs.). then inserted all dbg streams... How could i solve the slow instantiating problem? Thanks in advance
Continue reading...
Continue reading...