Does the CGI script in a HTTPServer run during an interrupt?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Does the CGI script in a HTTPServer run during an interrupt?

327 Views
t_k
Contributor II

I'm using MQX 4.1.2 on a MCF54417.  while trying to set up a HTTP Server, the device keeps resetting with an Interrupt Overflow.  Does the CGI script run during an interrupt?

Tags (1)
0 Kudos
1 Reply

276 Views
Martin_
NXP Employee
NXP Employee

CGI script is just a task (at priority 7). Thus, it runs only if no interrupt service routine or higher/equal priority task runs.

-Martin

0 Kudos