You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought I should add this as a formal issue, during and after using programs that use the network/internet (i.e. WebMagick, IRC chat) using the packet ethernet driver, there is a very noticeable degradation in FreeGEOS performance during and after closing such applications. I have come across this when running FreeGEOS on FreeDOS 1.3 on a P3 era Celeron. Based on the discussion on Discord, the problem may lie with the Packet Ethernet Driver, or the Socket components of the system. This issue affects the master branch and the issue-149 branch too. Video of the issue here
Cheers,
Dan
The text was updated successfully, but these errors were encountered:
The driver in FreeGEOS uses a independent high prio thread to process incoming data. This is by mistake not synced with actual incoming data and is also not destroyed on shutdown. This has been introduces over 10 year ago when making the driver work for DosEMU (as used in the GeoLive CD) and for the QuickPAD project. It seems it has been left unfinished somehow.
The separation into an thread was requited to make the driver work reliable. This likely realed to the DOS driver used and there are no details know on the environment.
Fresh tests now on 86box without the thread beeing used show stable operation, so we go into testing the version of etherpkt without using a separat thread. If there is the need in one or the other environment to have the thread we will reintegration a solution. For now let test and make the pure version stable.
Hello,
I thought I should add this as a formal issue, during and after using programs that use the network/internet (i.e. WebMagick, IRC chat) using the packet ethernet driver, there is a very noticeable degradation in FreeGEOS performance during and after closing such applications. I have come across this when running FreeGEOS on FreeDOS 1.3 on a P3 era Celeron. Based on the discussion on Discord, the problem may lie with the Packet Ethernet Driver, or the Socket components of the system. This issue affects the master branch and the issue-149 branch too. Video of the issue here
Cheers,
Dan
The text was updated successfully, but these errors were encountered: