-- ******************************** * Emmanuel A Jammeh * * Postgrad Research Student * * University of Essex * * Colchester CO4 3SQ * * England * * * * Tel: 00 44 1206 53 7101 * * email: [email protected] * * [email protected] * ********************************
Hello,
- To: [email protected]
- Subject: Help needed
- From: Jammeh E A <[email protected]>
- Date: Mon, 30 Apr 2001 12:38:41 +0100
- Reply-To: [email protected]
I was browsing the net for information and came accross your page. Well i am first year PhD student at the
university of essex doing reasearch in video networking. I have a problem with event scheduling preferably within threads.Below is aschematic of what i want to do.
| | | | | | | | | | | | | | | | | | | | | | | |
| Encoder | ----->| ROUTER |-------->| DECODER |
| | | | | | | | | | | | | | | | | | | | | | | |THe encoder is an mpeg1 transcoder which generates packets which arethen enqueued at the router (a buffer of packets). Packets are thensupposed to dequeued from the router at a constant rate regardlessof the queue rate. That is my problem.How to generate the dequeue event using fast timers using. I tried usingthreads with "sleep" but that does not work.Any ideas will be appreciated. Thank you.Emmanuel-- ******************************** * Emmanuel A Jammeh * * Postgrad Research Student * * University of Essex * * Colchester CO4 3SQ * * England * * * * Tel: 00 44 1206 53 7101 * * email: [email protected] * * [email protected] * ********************************