<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: MQX RTCS HTTPSRV + Internet Explorer 11 problem  in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-RTCS-HTTPSRV-Internet-Explorer-11-problem/m-p/506282#M16218</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rafael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MQX 3.8 version has bugs that there were fixed on the new releases.Could you please migrate to MQX v4.2?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Sol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Feb 2016 23:51:32 GMT</pubDate>
    <dc:creator>soledad</dc:creator>
    <dc:date>2016-02-17T23:51:32Z</dc:date>
    <item>
      <title>MQX RTCS HTTPSRV + Internet Explorer 11 problem</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-RTCS-HTTPSRV-Internet-Explorer-11-problem/m-p/506281#M16217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a web server running in a MCF52259 microprocessor with MQX Rev. 3.8. The web browser requests temperature data using a cgi script that polls the microprocessor once per second. The cgi script polling works properly when using Chrome or Firefox, but when I use Internet Explorer 11 the microprocessor can not perform other tasks for 1 second when polled by the cgi script.&amp;nbsp; Basically, the microprocessor stalls for 1 second.&amp;nbsp; I have not been able to found the problem, but I have noticed that if change the&amp;nbsp; html web page code to issue two cgi requests back-to-back (without any delay between them) the problem is solved. I have also noticed that if I change from a static public IP address (192.51.x.x) to a private IP address like 192.168.x.x or 10.x.x.x the problem is solved. Is there any MQX setup that would you recommend to change in order to solve this issue? I have changed the max_sessions from 2 to 6 but the problem was not solved. Below is my current setup. Thank for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _RTCSPCB_init = 4;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _RTCSPCB_grow = 2;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _RTCSPCB_max = 6;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _RTCS_msgpool_init = 4;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _RTCS_msgpool_grow = 2;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _RTCS_msgpool_max&amp;nbsp; = 8;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _RTCS_socket_part_init = 4;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _RTCS_socket_part_grow = 2;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _RTCS_socket_part_max&amp;nbsp; = 6;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _RTCSTASK_stacksize = 3500;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RTCS_create();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RTCS_selectall(5000);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Using setup from MQX example server&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; params = httpd_default_params(NULL);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; params-&amp;gt;root_dir = (HTTPD_ROOT_DIR_STRUCT*)root_dir;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; params-&amp;gt;index_page = "&lt;A href="https://community.nxp.com/"&gt;\\index.html&lt;/A&gt;";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; params-&amp;gt;max_ses&amp;nbsp;&amp;nbsp;&amp;nbsp; = 2;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 03:33:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-RTCS-HTTPSRV-Internet-Explorer-11-problem/m-p/506281#M16217</guid>
      <dc:creator>rafaelmartinez</dc:creator>
      <dc:date>2016-02-12T03:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: MQX RTCS HTTPSRV + Internet Explorer 11 problem</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-RTCS-HTTPSRV-Internet-Explorer-11-problem/m-p/506282#M16218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rafael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MQX 3.8 version has bugs that there were fixed on the new releases.Could you please migrate to MQX v4.2?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Sol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 23:51:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-RTCS-HTTPSRV-Internet-Explorer-11-problem/m-p/506282#M16218</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2016-02-17T23:51:32Z</dc:date>
    </item>
  </channel>
</rss>

