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...
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...
- 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:
>
...
07/17/2026
- 10:23 AM Database Feature #11467: Improve ImportWorker performance
- Done in +11467a/r16568+.
- 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... - 05:32 AM Database Feature #11467: Improve ImportWorker performance
- Currently working on #7143-1977, but I think it will be ready EOD.
- 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... - 02:56 AM Database Feature #11467: Improve ImportWorker performance
- Addressed code review #11467-17 in +11467a/r16566+.
- 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...
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.... - 06:16 AM Database Feature #11467: Improve ImportWorker performance
- I am finding a way to validate the import on a *41GB* dump.
- 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... - 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 ... - 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:
... - 04:58 AM Database Feature #11467 (Review): Improve ImportWorker performance
- 04:58 AM Database Feature #11467 (WIP): Improve ImportWorker performance
- 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...
- 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]].
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 ...
- 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*.
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... - 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... - 06:07 AM Runtime Infrastructure Bug #11327 (Review): implement size limited "chunking" for bulk data transfer between client and ...
- Fix is in 16639.
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 ...
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.
- 12:42 AM Runtime Infrastructure Bug #11327 (Review): implement size limited "chunking" for bulk data transfer between client and ...
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... - 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...
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...
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*.
- 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, ... - 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...
- 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...
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@ - 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?
>
>... - 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/... - 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?
- 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*.
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. - 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... - 03:18 AM Base Language Bug #11575: StackOverflowError while deleting a handle type without delete implementation
- Testcase:...
- 03:15 AM Base Language Bug #11575 (New): StackOverflowError while deleting a handle type without delete implementation
06/25/2026
- 04:57 AM Database Bug #11502 (Review): Recycle dirty share H2 session
- 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...
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.
- 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... - 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...
- 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... - 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...
Also available in: Atom