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, 07:12 AM 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
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=15823)
--- quote end ---
--- Quote End --- I want to complete it based on uclinux and it can be done with uclinux. I just don't know how to.