Re: cygrunsrv + sshd + rsync = 20 times too slow -- throttled?

2021-09-03 Thread Chris Roehrig
On Fri Sep 3 2021, at 12:55 PM, Corinna Vinschen wrote: > [resent, this time with the ML in To] > > On Sep 2 12:03, Chris Roehrig wrote: >> >> On Thu Sep 2 2021, at 8:25 AM, Ken Brown via Cygwin >> wrote: >>> On 9/1/2021 5:11 PM, Chris Roehrig wrote: I rebuild procps 3.3.17.29-2480

Re: cygrunsrv + sshd + rsync = 20 times too slow -- throttled?

2021-09-03 Thread Corinna Vinschen via Cygwin
[resent, this time with the ML in To] On Sep 2 12:03, Chris Roehrig wrote: > > On Thu Sep 2 2021, at 8:25 AM, Ken Brown via Cygwin wrote: > > On 9/1/2021 5:11 PM, Chris Roehrig wrote: > >> I rebuild procps 3.3.17.29-2480 from source and it appears to work, so > >> maybe the stock procps

[ANNOUNCEMENT] Updated: mintty 3.5.1

2021-09-03 Thread Thomas Wolff
I have uploaded mintty 3.5.1 with the following changes: Terminal features   * Visual double-width of symbols and emojis with subsequent space (#1104, #892, #1065, #979).   * Limit line cursor width by width of lines (underline etc) (#1101).   * Alternative escape sequence DECSET 2026 for

Updated: mintty 3.5.1

2021-09-03 Thread Thomas Wolff
I have uploaded mintty 3.5.1 with the following changes: Terminal features   * Visual double-width of symbols and emojis with subsequent space (#1104, #892, #1065, #979).   * Limit line cursor width by width of lines (underline etc) (#1101).   * Alternative escape sequence DECSET 2026 for

Re: cygrunsrv + sshd + rsync = 20 times too slow -- throttled?

2021-09-03 Thread Ken Brown via Cygwin
On 9/2/2021 3:03 PM, Chris Roehrig wrote: On Thu Sep 2 2021, at 8:25 AM, Ken Brown via Cygwin wrote: On 9/1/2021 5:11 PM, Chris Roehrig wrote: I rebuild procps 3.3.17.29-2480 from source and it appears to work, so maybe the stock procps package is incompatible with the current master

About DLL compilation problem

2021-09-03 Thread Ricardo Santos Pereira via Cygwin
Hi Corina just figured out that a .def file in a dll may export function from a dll that is referenced in the compilation stage like this: gcc file.c external.dll def.def -o out.dll if in the def.def it has a function that is in the file.c and also available in external.dll it may generate an