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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

734件の閲覧回数
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 返信

683件の閲覧回数
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 件の賞賛
返信