Is it possible to control a thread below 25ms?

L

lightdoll

hello everyone..

i have one kind of question about windows's performance or Net.

Can i control a sleep of thread below 25ms in C#?

for example)

if i want to send periodic some data to any client below 25ms.

How do you write this kind of programming?
 
A

Arne Vajhøj

lightdoll said:
i have one kind of question about windows's performance or Net.

Can i control a sleep of thread below 25ms in C#?

for example)

if i want to send periodic some data to any client below 25ms.

How do you write this kind of programming?

Windows is not a real time operating system and .NET is not
a real time programming environment.

I think you are using the wrong technology for the task.

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top