You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Kessler CTR Mark J <ma...@usmc.mil> on 2016/02/19 19:56:08 UTC

RE: [Non-DoD Source] Re: HTTPService breakage in Flex SDK 4.15?

Our HTTPService is working under the 4.15 SDK for https.  This was testing with our web front ends (HTTPS) and returning XML responses.

Hope this narrows it down a smidge.

-Mark

Re: [Non-DoD Source] Re: HTTPService breakage in Flex SDK 4.15?

Posted by Nicholas Kwiatkowski <ni...@gmail.com>.
Did we hear back if this was HTTPS or HTTP?  From what I understand, there
were some changes in the Flash Player engine for HTTPS connections when 20
was released -- and it was released recently.  This may cause some cryptos
to fail if you were talking to older servers...

-Nick

On Fri, Feb 19, 2016 at 1:56 PM, Kessler CTR Mark J <
mark.kessler.ctr@usmc.mil> wrote:

> Our HTTPService is working under the 4.15 SDK for https.  This was testing
> with our web front ends (HTTPS) and returning XML responses.
>
> Hope this narrows it down a smidge.
>
> -Mark
>

Re: Question regards FlexJS and threads/workers

Posted by Alex Harui <ah...@adobe.com>.

On 2/19/16, 11:49 AM, "Jason Taylor" <ja...@dedoose.com> wrote:

>was just wondering with FlexJS if we will better be able to utilize
>background threads, and how that interaction might work.

I haven't even thought about it.  Both SWF and many browsers seem to
support a "Worker" concept so I imagine we would try to leverage that.
Are there things about Flex that don't work well with workers that we
should change in FlexJS?

Thanks,
-Alex


Question regards FlexJS and threads/workers

Posted by Jason Taylor <ja...@dedoose.com>.
was just wondering with FlexJS if we will better be able to utilize background threads, and how that interaction might work.
~ JT