Re: Installer is Timing Out.

2018-06-11 Thread Alex Harui
Because Rawgit could be a faster remedy than putting together a whole new release. However, before we go that route, we need to verify that the Installer can in fact download over HTTPS from the rawgit server. My understanding from this thread is that HTTPS may be working on some servers but

Re: Installer is Timing Out.

2018-06-11 Thread Justin Mclean
Hi, Do we really want to go with a service that states "this is a free service, so there are no uptime or support guarantees.". I not sure we even have an issue with downloading the binary connivance releases so why do we need to move them from where they currently are? Justin On Tue, Jun 12,

Re: Installer is Timing Out.

2018-06-11 Thread OmPrakash Muppirala
Rawgit might be a good option for us: https://rawgit.com/ If no one has objections, I can set this up. Thanks, Om On Mon, Jun 11, 2018, 5:12 PM Alex Harui wrote: > Also, I think if we can find a volunteer to host the entire binary folder > (and thus pay the bandwidth costs) that will solve

Re: Installer is Timing Out.

2018-06-11 Thread Alex Harui
Also, I think if we can find a volunteer to host the entire binary folder (and thus pay the bandwidth costs) that will solve the problem without requiring an update to the installer. My 2 cents, -Alex On 6/11/18, 5:05 PM, "Alex Harui" wrote: Hmm. Are you proposing a new release of the

Re: Installer is Timing Out.

2018-06-11 Thread Alex Harui
Hmm. Are you proposing a new release of the installer? The location of the apache-flex-sdk-installer-config.xml is supposed to be release-specific. Each release can have its own version in case we need to change steps in the release, so I don't think we want to hardcode it to the URL you are

Flash Player 30 huge performance regression due to TimerJitterMicroseconds (Spectre / Meltdown Mitigations)

2018-06-11 Thread Félix GERZAGUET
Hello, I want to report a pretty bad performance regression that just hit my application after upgrading to FP30. Previously the app took around 4 seconds to start-up, now it is more than 40 ! I spent some times tracking the issue down and finally I found that as per [1] if I set-up

Re: Installer is Timing Out.

2018-06-11 Thread Piotr Zarzycki
I simply placed link here [1]. APACHE_FLEX_BIN_INSTALLER_URL = "http://flex.apache.org/installer/apache-flex-sdk-installer-config.xml; [1] https://bit.ly/2JC5dcX pon., 11 cze 2018 o 22:10 Alex Harui napisał(a): > But what code knew to start looking at the website instead of dist? > Didn't

Re: Installer is Timing Out.

2018-06-11 Thread Alex Harui
But what code knew to start looking at the website instead of dist? Didn't something else need to change? I'm trying to understand all of the pieces. -Alex On 6/11/18, 12:34 PM, "Piotr Zarzycki" wrote: Alex, When we are trying to read following file [1], we are getting time

Re: Installer is Timing Out.

2018-06-11 Thread Piotr Zarzycki
Alex, When we are trying to read following file [1], we are getting time out in installer. I moved that file to our website [2] and locally tested installer. - I got positive results. It's started to work. [1] https://www.apache.org/dist/flex/4.16.1/binaries/apache-flex-sdk-installer-config.xml

Re: Installer is Timing Out.

2018-06-11 Thread Alex Harui
I think I'm lost. The commit message shows that one file was added to our site. What file is pointing to it and how did it know to look at our site? -Alex On 6/11/18, 12:58 AM, "Piotr Zarzycki" wrote: I moved file on our website [1] and it's working. If I change it to https we have

Re: Installer is Timing Out.

2018-06-11 Thread Piotr Zarzycki
I moved file on our website [1] and it's working. If I change it to https we have time out issue as well. When file was used from my server I also used https and it was working. Can we just use that location [1] and we will have installer working ? [1]

Re: Installer is Timing Out.

2018-06-11 Thread Justin Mclean
No I'm not suggesting that. AFAIK it's only the config text file that Prior wants to host. On Mon., 11 Jun. 2018, 8:47 am Alex Harui, wrote: > Justin, > > Are you suggesting that we distribute a binary artifact from our project > website? Do other projects do that? > > -Alex > > On 6/10/18,

Re: Installer is Timing Out.

2018-06-11 Thread Piotr Zarzycki
I believe the suggestion is to move that file to our website. Only one file. I like Justin's idea - I will try that solution and see what will happen. Thanks, Piotr pon., 11 cze 2018 o 08:47 Alex Harui napisał(a): > Justin, > > Are you suggesting that we distribute a binary artifact from our

Re: Installer is Timing Out.

2018-06-11 Thread Alex Harui
Justin, Are you suggesting that we distribute a binary artifact from our project website? Do other projects do that? -Alex On 6/10/18, 10:27 PM, "Justin Mclean" wrote: Hi, > I'm talking about that file [1]. What kind of security issues do you > exactly see if I move that