public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* hangs in 20181129 snapshot hopefully fixed
@ 2018-12-01 14:44 Corinna Vinschen
  2018-12-01 21:36 ` Drop Vista Support? (Was: hangs in 20181129 snapshot hopefully fixed) Brian Inglis
  0 siblings, 1 reply; 4+ messages in thread
From: Corinna Vinschen @ 2018-12-01 14:44 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 871 bytes --]

I pushed a patch and uploaded a 20181201 developer snapshot to
https://cygwin.com/snapshots which hopefully fixes all observed problems
related to the new extensible clock implementation in the 20181129
snapshot.

Basically it should fix clock hangs, as well as a dumb thinko in the
Vista-only implementation of CLOCK_MONOTONIC_COARSE:

In fact, despite its name, Windows' GetTickCount64() does not return
clock ticks as GetTickCount does.  Rather, it returns milliseconds since
boottime, supposedly biased (aka "suspend time taken into account").
So it's not the best fit for CLOCK_MONOTONIC_COARSE, but without a
working QueryUnbiasedInterruptTime function...(*)

Please test.


Thanks,
Corinna


(*) Do we still have any Vista users on this list?  Or can we just
    pull the plug on Vista support?


-- 
Corinna Vinschen
Cygwin Maintainer

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Drop Vista Support? (Was: hangs in 20181129 snapshot hopefully fixed)
  2018-12-01 14:44 hangs in 20181129 snapshot hopefully fixed Corinna Vinschen
@ 2018-12-01 21:36 ` Brian Inglis
  2018-12-01 22:10   ` Dan Kegel
  2018-12-02 11:24   ` Corinna Vinschen
  0 siblings, 2 replies; 4+ messages in thread
From: Brian Inglis @ 2018-12-01 21:36 UTC (permalink / raw)
  To: cygwin

On 2018-12-01 07:44, Corinna Vinschen wrote:
> (*) Do we still have any Vista users on this list?
>     Or can we just pull the plug on Vista support?

Vista extended support ended 18 months ago; standard support 5 years before; all
browsers but Opera and Lunascape (and IE9 on Vista SP2) dropped support for
Vista and XP 6 months ago or earlier; estimates of remaining Vista users are an
order of magnitude less than XP users:

W10 ~ W7 ~45% each >> W8.1 ~ XP ~5% each > W8 ~1% > Vista ~.3-.6% or 1/166-333
systems * setup exe download annual unique IP count?

Does anyone do regular analysis of sourceware access logs to justify support?
What do the sourceware setup exe download and/or mailing list user agent strings
tell you?

N.B. W7/2008 extended (security) support ends in just over a year.
     Start migrating those systems to VMs behind firewalls.
     MS describes this as $100G opportunity (AKA user cost)!

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Drop Vista Support? (Was: hangs in 20181129 snapshot hopefully fixed)
  2018-12-01 21:36 ` Drop Vista Support? (Was: hangs in 20181129 snapshot hopefully fixed) Brian Inglis
@ 2018-12-01 22:10   ` Dan Kegel
  2018-12-02 11:24   ` Corinna Vinschen
  1 sibling, 0 replies; 4+ messages in thread
From: Dan Kegel @ 2018-12-01 22:10 UTC (permalink / raw)
  To: Brian.Inglis, cygwin

For what it's worth:
Vista does not even rise above the noise at
https://store.steampowered.com/hwsurvey/Steam-Hardware-Software-Survey-Welcome-to-Steam
and is just barely present at
https://netmarketshare.com/operating-system-market-share.aspx?id=platformsDesktopVersions

If I were still supporting Vista on anything, I'd be thinking
seriously about dropping it like a stone.
- Dan
On Sat, Dec 1, 2018 at 1:36 PM Brian Inglis
<Brian.Inglis@systematicsw.ab.ca> wrote:
>
> On 2018-12-01 07:44, Corinna Vinschen wrote:
> > (*) Do we still have any Vista users on this list?
> >     Or can we just pull the plug on Vista support?
>
> Vista extended support ended 18 months ago; standard support 5 years before; all
> browsers but Opera and Lunascape (and IE9 on Vista SP2) dropped support for
> Vista and XP 6 months ago or earlier; estimates of remaining Vista users are an
> order of magnitude less than XP users:
>
> W10 ~ W7 ~45% each >> W8.1 ~ XP ~5% each > W8 ~1% > Vista ~.3-.6% or 1/166-333
> systems * setup exe download annual unique IP count?
>
> Does anyone do regular analysis of sourceware access logs to justify support?
> What do the sourceware setup exe download and/or mailing list user agent strings
> tell you?
>
> N.B. W7/2008 extended (security) support ends in just over a year.
>      Start migrating those systems to VMs behind firewalls.
>      MS describes this as $100G opportunity (AKA user cost)!
>
> --
> Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada
>
> This email may be disturbing to some readers as it contains
> too much technical detail. Reader discretion is advised.
>
> --
> Problem reports:       http://cygwin.com/problems.html
> FAQ:                   http://cygwin.com/faq/
> Documentation:         http://cygwin.com/docs.html
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>
>

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Drop Vista Support? (Was: hangs in 20181129 snapshot hopefully fixed)
  2018-12-01 21:36 ` Drop Vista Support? (Was: hangs in 20181129 snapshot hopefully fixed) Brian Inglis
  2018-12-01 22:10   ` Dan Kegel
@ 2018-12-02 11:24   ` Corinna Vinschen
  1 sibling, 0 replies; 4+ messages in thread
From: Corinna Vinschen @ 2018-12-02 11:24 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 1285 bytes --]

On Dec  1 14:36, Brian Inglis wrote:
> On 2018-12-01 07:44, Corinna Vinschen wrote:
> > (*) Do we still have any Vista users on this list?
> >     Or can we just pull the plug on Vista support?
> 
> Vista extended support ended 18 months ago; standard support 5 years
> before; all browsers but Opera and Lunascape (and IE9 on Vista SP2)
> dropped support for Vista and XP 6 months ago or earlier; estimates of
> remaining Vista users are an order of magnitude less than XP users:
> 
> W10 ~ W7 ~45% each >> W8.1 ~ XP ~5% each > W8 ~1% > Vista ~.3-.6% or
> 1/166-333 systems * setup exe download annual unique IP count?
> 
> Does anyone do regular analysis of sourceware access logs to justify
> support?  What do the sourceware setup exe download and/or mailing
> list user agent strings tell you?

Assuming the access statistics have any relevance, we get roughly this:

  W 10   69.8 %
  W 8.1   5.4 %
  W 8     0.7 %
  W 7    23.9 %
  Vista   0.2 %

> N.B. W7/2008 extended (security) support ends in just over a year.
>      Start migrating those systems to VMs behind firewalls.
>      MS describes this as $100G opportunity (AKA user cost)!

Time to move on, I guess.  There's Linux, too...


Corinna

-- 
Corinna Vinschen
Cygwin Maintainer

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-12-02 11:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-01 14:44 hangs in 20181129 snapshot hopefully fixed Corinna Vinschen
2018-12-01 21:36 ` Drop Vista Support? (Was: hangs in 20181129 snapshot hopefully fixed) Brian Inglis
2018-12-01 22:10   ` Dan Kegel
2018-12-02 11:24   ` Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).