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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

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

735 次查看
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?

标记 (1)
0 项奖励
回复
1 回复

684 次查看
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 项奖励
回复