General

Profile

Teodor Gorghe's activity

From 06/21/2026 to 07/20/2026

07/20/2026

05:57 AM Runtime Infrastructure Bug #11327: implement size limited "chunking" for bulk data transfer between client and server
Constantin Asofiei wrote:
> Teodor, I haven't found anything wrong with the approach and implementation. Next steps...
Teodor Gorghe

07/18/2026

02:08 AM Database Feature #11467: Improve ImportWorker performance
Worth taking a note is that with *11467a*, there are larger gaps between *recid*, which happens on the following case... Teodor Gorghe
01:45 AM Database Feature #11467: Improve ImportWorker performance
Eric Faulhaber wrote:
> I haven't reviewed the code, so this may not be a relevant inquiry, but please confirm:
>
...
Teodor Gorghe

07/17/2026

10:23 AM Database Feature #11467: Improve ImportWorker performance
Done in +11467a/r16568+. Teodor Gorghe
07:21 AM Database Feature #11467: Improve ImportWorker performance
Tested *10614_main* to import the database. Import time has reduced with nearly 50%.
Committed revision *16567* on...
Teodor Gorghe
05:32 AM Database Feature #11467: Improve ImportWorker performance
Currently working on #7143-1977, but I think it will be ready EOD. Teodor Gorghe
03:15 AM Database Feature #11467: Improve ImportWorker performance
Constantin Asofiei wrote:
> Teodor, please also test a (small) import with 10614_main.
On that app, we don't have...
Teodor Gorghe
02:56 AM Database Feature #11467: Improve ImportWorker performance
Addressed code review #11467-17 in +11467a/r16566+. Teodor Gorghe
01:55 AM Database Feature #11467: Improve ImportWorker performance
SQL dump gives output difference every time when you import from database, due to the fact how data is being stored i... Teodor Gorghe

07/16/2026

12:02 PM Database Feature #11467: Improve ImportWorker performance
Greg Shah wrote:
> Use our export tool to dump the content to @.d@ and then compare the @.d@ files to the originals....
Teodor Gorghe
06:16 AM Database Feature #11467: Improve ImportWorker performance
I am finding a way to validate the import on a *41GB* dump.
Teodor Gorghe
05:43 AM Database Feature #11467: Improve ImportWorker performance
Constantin Asofiei wrote:
> I would have expected a greater improvement than just ~25%.
I think I have a high s...
Teodor Gorghe
05:31 AM Database Feature #11467: Improve ImportWorker performance
When running @ant import.db@, @clean.db@ is being executed, which drops the database.
Word-index triggers are being ...
Teodor Gorghe
05:01 AM Database Feature #11467: Improve ImportWorker performance
Some measurements done on two projects, one with a smaller dump and another one, with way larger dump.
Project 1:
...
Teodor Gorghe
04:58 AM Database Feature #11467 (Review): Improve ImportWorker performance
Teodor Gorghe
04:58 AM Database Feature #11467 (WIP): Improve ImportWorker performance
Teodor Gorghe
04:58 AM Database Feature #11467: Improve ImportWorker performance
I have done a couple of fixes, most of them were style fixes, support of COPY for word index tables, tuned *ImportWor... Teodor Gorghe
03:56 AM Runtime Infrastructure Bug #11327: implement size limited "chunking" for bulk data transfer between client and server
Documented the new @directory.xml@ parameters in [[p2j:Network]]. Teodor Gorghe

07/15/2026

08:46 AM Runtime Infrastructure Bug #11327: implement size limited "chunking" for bulk data transfer between client and server
I have done the suggestion about disabling chunk transfer when chunk size parameter is 0, alongside with the history ... Teodor Gorghe
02:47 AM Runtime Infrastructure Bug #11327: implement size limited "chunking" for bulk data transfer between client and server
Task branch *11327a* was rebased to trunk revision *16650*. Last revision is now *16655*. Teodor Gorghe

07/09/2026

03:05 PM Runtime Infrastructure Feature #11539: port and/or re-implement runtime support in C# (or other CLR implementation)
An interesting idea which has occurred, but it is not related to porting the FWD runtime to C#.
Blazor Hybrid, a f...
Teodor Gorghe
06:55 AM Runtime Infrastructure Bug #11327: implement size limited "chunking" for bulk data transfer between client and server
Currently, *11327a* has *5948* new lines of code. It is in review.
If the testing goes well, I think it can be merge...
Teodor Gorghe
06:07 AM Runtime Infrastructure Bug #11327 (Review): implement size limited "chunking" for bulk data transfer between client and ...
Fix is in 16639. Teodor Gorghe

07/08/2026

09:00 AM Runtime Infrastructure Bug #11327 (WIP): implement size limited "chunking" for bulk data transfer between client and server
Constantin, you are right about the interaction between FWD client and websocket.
There are some places where there ...
Teodor Gorghe

07/07/2026

02:34 AM Database Bug #11502: Recycle dirty share H2 session
Artur tested with this branch and he confirmed that the testing on #10614 app has passed. Teodor Gorghe
12:42 AM Runtime Infrastructure Bug #11327 (Review): implement size limited "chunking" for bulk data transfer between client and ...
Teodor Gorghe

07/06/2026

08:40 AM Database Bug #11573: Remove unnecessary JDBC savepoint during validation
Teodor Gorghe wrote:
> * *[MAJOR]* _functional_ @Block@.@rollback@ / @SavepointManager@.@rollback@: Removing the @tx...
Teodor Gorghe
03:31 AM Runtime Infrastructure Bug #11327: implement size limited "chunking" for bulk data transfer between client and server
I have tested latest changes of #11327 on a big GUI project, with custom fonts and GUI elements.
I was able to run t...
Teodor Gorghe

07/03/2026

02:21 AM Runtime Infrastructure Bug #11327: implement size limited "chunking" for bulk data transfer between client and server
For intra-jvm, I have changed the @assign@ method on @memptr@ to avoid fully materializing a @byte[]@ when copying fr... Teodor Gorghe

07/02/2026

08:54 AM Runtime Infrastructure Bug #11327: implement size limited "chunking" for bulk data transfer between client and server
-I don't think the impact would be significant because @memptr@ max size is *2 MB*.- It is actually *2 GB*. Teodor Gorghe
04:51 AM Database Bug #11573: Remove unnecessary JDBC savepoint during validation
Artur Școlnic wrote:
> I could setup ETF and test myself, please let me know.
You can start doing the ETF setup, ...
Teodor Gorghe
04:49 AM Database Bug #11573: Remove unnecessary JDBC savepoint during validation
I think the first finding is relevant because if I run the tests manually, it passes. I think there is something rela... Teodor Gorghe
04:45 AM Database Bug #11573: Remove unnecessary JDBC savepoint during validation
I still have not found the procedure because the test suite is large.
Please check the automated code review and s...
Teodor Gorghe

07/01/2026

03:13 PM Database Bug #11573: Remove unnecessary JDBC savepoint during validation
There are some tests from ETF which has failed and these are unexpected.
Check @devsrv01:/tmp/tg.20260701/11573.zip@
Teodor Gorghe
09:08 AM User Interface Bug #11326: Reduce memory consumption of FWD clients
Roger Borrello wrote:
> Teodor Gorghe wrote:
> > Can you tell in which docker file did you found this issue?
>
>...
Teodor Gorghe
08:42 AM User Interface Bug #11326: Reduce memory consumption of FWD clients
Also, why @FWD_LIB@ is the client archive? Shouldn't be the convert archive (@/opt/fwd@)?
For @hotel_gui@, in @/opt/...
Teodor Gorghe
08:26 AM User Interface Bug #11326: Reduce memory consumption of FWD clients
Can you tell in which docker file did you found this issue? Teodor Gorghe
06:55 AM Runtime Infrastructure Bug #11327: implement size limited "chunking" for bulk data transfer between client and server
Task branch *11327a* was rebased to trunk revision *16634*. Last revision is now *16635*. Teodor Gorghe

06/26/2026

08:53 AM Runtime Infrastructure Bug #11327: implement size limited "chunking" for bulk data transfer between client and server
Committed revision *16614* on task branch *11327a*:
* Added initial work.
Teodor Gorghe
08:24 AM Runtime Infrastructure Bug #11327 (WIP): implement size limited "chunking" for bulk data transfer between client and server
I have started to work in this task.
I have implemented a new type of stream, @BinaryPayload@, which wraps the @by...
Teodor Gorghe
03:18 AM Base Language Bug #11575: StackOverflowError while deleting a handle type without delete implementation
Testcase:... Teodor Gorghe
03:15 AM Base Language Bug #11575 (New): StackOverflowError while deleting a handle type without delete implementation
Teodor Gorghe

06/25/2026

04:57 AM Database Bug #11502 (Review): Recycle dirty share H2 session
Teodor Gorghe
04:57 AM Database Bug #11502 (WIP): Recycle dirty share H2 session
Committed revision *16600* on task branch *11502a*:
* Pool H2 dirty-share database connection.
*Constantin*, plea...
Teodor Gorghe

06/22/2026

01:29 PM User Interface Bug #11326: Reduce memory consumption of FWD clients
Of course, if that value is incorrect, clients will fail to spawn. Teodor Gorghe
01:25 PM User Interface Bug #11326: Reduce memory consumption of FWD clients
What do you mean by not needing?
In case of not using *AppCDS*, the spawned clients will still use *libPath*. It w...
Teodor Gorghe
12:51 PM User Interface Bug #11326: Reduce memory consumption of FWD clients
If there is no @libPath@, the server will use the @deploy/lib@ or @/opt/fwd-deploy/convert/lib@ libPath, depending wh... Teodor Gorghe
08:52 AM User Interface Bug #11326: Reduce memory consumption of FWD clients
Also, I have checked the *hotel* changes.
Is not a good time to refactor @getcp.sh@ to generate a lightweight clas...
Teodor Gorghe
08:50 AM User Interface Bug #11326: Reduce memory consumption of FWD clients
*Roger*, for now, the stats showed in last notes, convinced me that having an almost full coverage archive, is not th... Teodor Gorghe
 

Also available in: Atom