Forum Discussion
Altera_Forum
Honored Contributor
20 years agocan't work as my think
Hi hippo. In a cgi program,I want to use one process to sent HTML page to answer IE as quickly as possible, and another process to execute local control. And they are happend almost at the same t...
Altera_Forum
Honored Contributor
20 years ago --- Quote Start --- originally posted by sdhnain@Jun 3 2006, 06:38 AM hi zzh,
i think there is a simple solution :
execute the tasks sequentialy : first display the html page, and then do your local control. i don't understand why do u want to use two process. http://forum.niosforum.com/work2/style_emoticons/<#emo_dir#>/rolleyes.gif
best regards
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=15821)
--- quote end ---
--- Quote End --- because after press the button, sent HTML page and local control should be executed almost at the same time.How do you execute two tasks sequentialy by a action?