[GH-ISSUE #1569] The connections will be very slow while there is one connection is downloading something #906

Open
opened 2026-02-27 00:01:29 +03:00 by kerem · 2 comments
Owner

Originally created by @sguphil on GitHub (Feb 23, 2020).
Original GitHub issue: https://github.com/electerm/electerm/issues/1569

Electerm version: 1.0.28

Operating system(linux, macos, or windows7/8/10?): linux

Expected Behavior

The connections will be very slow while there is one connection is downloading something(for example: docker pull images, git clone project).

Current Behavior

the other tab of connection is very slow like stucking there when one is downloading somthing, the expected behavior is that the connection can be run parellelly, one connection won't stuck the others.

Possible Solution

i think such issue effects the available of this application. maybe should check the io mechanism.

Steps to Reproduce

  1. git cloning a big project
  2. open a new connection session to a remote server when the first session is cloning project.
  3. the second session will be very slow to send command and receive result just like stucked.

Context (Environment)

Detailed Description

Suggestions?

how to make parellel session running smoothly when there is busy io.

Originally created by @sguphil on GitHub (Feb 23, 2020). Original GitHub issue: https://github.com/electerm/electerm/issues/1569 <!--- Provide some basic info --> ## Electerm version: 1.0.28 ## Operating system(linux, macos, or windows7/8/10?): linux ## Expected Behavior <!--- Tell me what should happen --> The connections will be very slow while there is one connection is downloading something(for example: docker pull images, git clone project). ## Current Behavior <!--- Tell me what happens instead of the expected behavior --> the other tab of connection is very slow like stucking there when one is downloading somthing, the expected behavior is that the connection can be run parellelly, one connection won't stuck the others. ## Possible Solution <!--- Not obligatory, but suggest a fix/reason for the bug, --> i think such issue effects the available of this application. maybe should check the io mechanism. ## Steps to Reproduce <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug. Include code to reproduce, if relevant --> 1. git cloning a big project 2. open a new connection session to a remote server when the first session is cloning project. 3. the second session will be very slow to send command and receive result just like stucked. ## Context (Environment) <!--- How has this issue affected you? What are you trying to accomplish? --> <!--- Providing context helps us come up with a solution that is most useful in the real world --> ## Detailed Description <!--- Provide a detailed description of the change or addition you are proposing --> ## Suggestions? <!--- Not a bug report, just some thoughts or suggestions? It is totally OK and welcome too --> how to make parellel session running smoothly when there is busy io.
Author
Owner

@zxdong262 commented on GitHub (Feb 26, 2020):

I tried git clone a big repo in local terminal, then open another connection from bookmark, can not reproduce, can you provide more detail about how to reproduce this? Like what linux dist, git clone in a local session or remote session, etc. @sguphil

<!-- gh-comment-id:591217103 --> @zxdong262 commented on GitHub (Feb 26, 2020): I tried git clone a big repo in local terminal, then open another connection from bookmark, can not reproduce, can you provide more detail about how to reproduce this? Like what linux dist, git clone in a local session or remote session, etc. @sguphil
Author
Owner

@sguphil commented on GitHub (Feb 26, 2020):

centos 8
Linux version 4.18.0-147.el8.x86_64 (mockbuild@kbuilder.bsys.centos.org) (gcc version 8.3.1 20190507 (Red Hat 8.3.1-4) (GCC)) #1 SMP Wed Dec 4 21:51:45 UTC 2019

git clone / docker pull image in a local session

<!-- gh-comment-id:591525329 --> @sguphil commented on GitHub (Feb 26, 2020): centos 8 Linux version 4.18.0-147.el8.x86_64 (mockbuild@kbuilder.bsys.centos.org) (gcc version 8.3.1 20190507 (Red Hat 8.3.1-4) (GCC)) #1 SMP Wed Dec 4 21:51:45 UTC 2019 git clone / docker pull image in a local session
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/electerm#906
No description provided.