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 --- --- Quote Start --- hi zzh, almost at the same time.How do you execute two tasks sequentialy by a action? <div align='right'><{post_snapback}> (index.php?act=findpost&pid=15822)</div> --- Quote End --- by writing there code sequentialy ! if you want multitasking it's better to use an RTOS rather than µClinux, with an RTOS u can create tasks and assign them preorities, then the job is done by the scheduler. good luck