Hello Igniters,
So, I've been working on implementation of futures support for C++ [1] and It would be convenient for me to use condition variables on Windows [2] as well as on Linux. The problem here is that they are not supported on Windows XP. So I've checked documentation [3] and found out that we claim Windows XP support. Does anyone really needs it? AFAIK Windows XP is not supported by MS any more. Would not it be more convenient to drop its support if no one needs it so we can use more modern tools? [1] - https://issues.apache.org/jira/browse/IGNITE-1439 [2] - https://msdn.microsoft.com/en-us/library/windows/desktop/ms682052(v=vs.85).aspx [3] - https://apacheignite.readme.io/docs/getting-started#section-prerequisites Best Regards, Igor |
I don't think we should bother with supporting 16 year old discontinued OS.
Vista support has also ended (just 10 days ago). We should put Windows 7 there as the oldest supported version. On Fri, Apr 21, 2017 at 5:59 PM, Igor Sapego <[hidden email]> wrote: > Hello Igniters, > > So, I've been working on implementation of futures support for C++ [1] and > It would be convenient for me to use condition variables on Windows [2] as > well as on Linux. The problem here is that they are not supported on > Windows XP. > > So I've checked documentation [3] and found out that we claim Windows XP > support. Does anyone really needs it? AFAIK Windows XP is not supported by > MS any more. > > Would not it be more convenient to drop its support if no one needs it so > we can use more modern tools? > > [1] - https://issues.apache.org/jira/browse/IGNITE-1439 > [2] - > https://msdn.microsoft.com/en-us/library/windows/desktop/ > ms682052(v=vs.85).aspx > [3] - > https://apacheignite.readme.io/docs/getting-started#section-prerequisites > > Best Regards, > Igor > |
Agree, let's drop XP support.
D. On Fri, Apr 21, 2017 at 8:03 AM, Pavel Tupitsyn <[hidden email]> wrote: > I don't think we should bother with supporting 16 year old discontinued OS. > Vista support has also ended (just 10 days ago). > > We should put Windows 7 there as the oldest supported version. > > On Fri, Apr 21, 2017 at 5:59 PM, Igor Sapego <[hidden email]> wrote: > > > Hello Igniters, > > > > So, I've been working on implementation of futures support for C++ [1] > and > > It would be convenient for me to use condition variables on Windows [2] > as > > well as on Linux. The problem here is that they are not supported on > > Windows XP. > > > > So I've checked documentation [3] and found out that we claim Windows XP > > support. Does anyone really needs it? AFAIK Windows XP is not supported > by > > MS any more. > > > > Would not it be more convenient to drop its support if no one needs it so > > we can use more modern tools? > > > > [1] - https://issues.apache.org/jira/browse/IGNITE-1439 > > [2] - > > https://msdn.microsoft.com/en-us/library/windows/desktop/ > > ms682052(v=vs.85).aspx > > [3] - > > https://apacheignite.readme.io/docs/getting-started# > section-prerequisites > > > > Best Regards, > > Igor > > > |
+1 for the discontinuation. Igor, please update C++ readme doc once this feature is implemented. I think it’s still fine to claim that Windows XP, Vista are supported for Ignite Java lib.
Pasha, what’s about .NET? Do we still support these ancient Windows versions or the doc has to be altered as well? — Denis > On Apr 21, 2017, at 12:59 PM, Dmitriy Setrakyan <[hidden email]> wrote: > > Agree, let's drop XP support. > > D. > > On Fri, Apr 21, 2017 at 8:03 AM, Pavel Tupitsyn <[hidden email]> > wrote: > >> I don't think we should bother with supporting 16 year old discontinued OS. >> Vista support has also ended (just 10 days ago). >> >> We should put Windows 7 there as the oldest supported version. >> >> On Fri, Apr 21, 2017 at 5:59 PM, Igor Sapego <[hidden email]> wrote: >> >>> Hello Igniters, >>> >>> So, I've been working on implementation of futures support for C++ [1] >> and >>> It would be convenient for me to use condition variables on Windows [2] >> as >>> well as on Linux. The problem here is that they are not supported on >>> Windows XP. >>> >>> So I've checked documentation [3] and found out that we claim Windows XP >>> support. Does anyone really needs it? AFAIK Windows XP is not supported >> by >>> MS any more. >>> >>> Would not it be more convenient to drop its support if no one needs it so >>> we can use more modern tools? >>> >>> [1] - https://issues.apache.org/jira/browse/IGNITE-1439 >>> [2] - >>> https://msdn.microsoft.com/en-us/library/windows/desktop/ >>> ms682052(v=vs.85).aspx >>> [3] - >>> https://apacheignite.readme.io/docs/getting-started# >> section-prerequisites >>> >>> Best Regards, >>> Igor >>> >> |
Done. I'm going to refactor code appropriately then.
Best Regards, Igor On Sat, Apr 22, 2017 at 2:37 AM, Denis Magda <[hidden email]> wrote: > +1 for the discontinuation. Igor, please update C++ readme doc once this > feature is implemented. I think it’s still fine to claim that Windows XP, > Vista are supported for Ignite Java lib. > > Pasha, what’s about .NET? Do we still support these ancient Windows > versions or the doc has to be altered as well? > > — > Denis > > > On Apr 21, 2017, at 12:59 PM, Dmitriy Setrakyan <[hidden email]> > wrote: > > > > Agree, let's drop XP support. > > > > D. > > > > On Fri, Apr 21, 2017 at 8:03 AM, Pavel Tupitsyn <[hidden email]> > > wrote: > > > >> I don't think we should bother with supporting 16 year old discontinued > OS. > >> Vista support has also ended (just 10 days ago). > >> > >> We should put Windows 7 there as the oldest supported version. > >> > >> On Fri, Apr 21, 2017 at 5:59 PM, Igor Sapego <[hidden email]> > wrote: > >> > >>> Hello Igniters, > >>> > >>> So, I've been working on implementation of futures support for C++ [1] > >> and > >>> It would be convenient for me to use condition variables on Windows [2] > >> as > >>> well as on Linux. The problem here is that they are not supported on > >>> Windows XP. > >>> > >>> So I've checked documentation [3] and found out that we claim Windows > XP > >>> support. Does anyone really needs it? AFAIK Windows XP is not supported > >> by > >>> MS any more. > >>> > >>> Would not it be more convenient to drop its support if no one needs it > so > >>> we can use more modern tools? > >>> > >>> [1] - https://issues.apache.org/jira/browse/IGNITE-1439 > >>> [2] - > >>> https://msdn.microsoft.com/en-us/library/windows/desktop/ > >>> ms682052(v=vs.85).aspx > >>> [3] - > >>> https://apacheignite.readme.io/docs/getting-started# > >> section-prerequisites > >>> > >>> Best Regards, > >>> Igor > >>> > >> > > |
> Pasha, what’s about .NET? Do we still support these ancient Windows
versions or the doc has to be altered as well? Ignite.NET depends on Ignite C++, so we have to drop XP support there as well. On Mon, Apr 24, 2017 at 12:23 PM, Igor Sapego <[hidden email]> wrote: > Done. I'm going to refactor code appropriately then. > > Best Regards, > Igor > > On Sat, Apr 22, 2017 at 2:37 AM, Denis Magda <[hidden email]> wrote: > > > +1 for the discontinuation. Igor, please update C++ readme doc once this > > feature is implemented. I think it’s still fine to claim that Windows XP, > > Vista are supported for Ignite Java lib. > > > > Pasha, what’s about .NET? Do we still support these ancient Windows > > versions or the doc has to be altered as well? > > > > — > > Denis > > > > > On Apr 21, 2017, at 12:59 PM, Dmitriy Setrakyan <[hidden email] > > > > wrote: > > > > > > Agree, let's drop XP support. > > > > > > D. > > > > > > On Fri, Apr 21, 2017 at 8:03 AM, Pavel Tupitsyn <[hidden email]> > > > wrote: > > > > > >> I don't think we should bother with supporting 16 year old > discontinued > > OS. > > >> Vista support has also ended (just 10 days ago). > > >> > > >> We should put Windows 7 there as the oldest supported version. > > >> > > >> On Fri, Apr 21, 2017 at 5:59 PM, Igor Sapego <[hidden email]> > > wrote: > > >> > > >>> Hello Igniters, > > >>> > > >>> So, I've been working on implementation of futures support for C++ > [1] > > >> and > > >>> It would be convenient for me to use condition variables on Windows > [2] > > >> as > > >>> well as on Linux. The problem here is that they are not supported on > > >>> Windows XP. > > >>> > > >>> So I've checked documentation [3] and found out that we claim Windows > > XP > > >>> support. Does anyone really needs it? AFAIK Windows XP is not > supported > > >> by > > >>> MS any more. > > >>> > > >>> Would not it be more convenient to drop its support if no one needs > it > > so > > >>> we can use more modern tools? > > >>> > > >>> [1] - https://issues.apache.org/jira/browse/IGNITE-1439 > > >>> [2] - > > >>> https://msdn.microsoft.com/en-us/library/windows/desktop/ > > >>> ms682052(v=vs.85).aspx > > >>> [3] - > > >>> https://apacheignite.readme.io/docs/getting-started# > > >> section-prerequisites > > >>> > > >>> Best Regards, > > >>> Igor > > >>> > > >> > > > > > |
Free forum by Nabble | Edit this page |