<div><title>Text Color</title><script language="JavaScript" type="text/javascript">
<!--
function over(e) { if(!e) e=this; e.style.border='1px dotted white'; }
function out(e) { if(!e) e=this;e.style.border='1px solid gray'; }
function click(e) { if(!e) e=this; selectColor(e.id); }
function selectColor(color) { self.parent.setColor(color); }
function InitColorPalette() {
if (document.getElementsByTagName)
var x = document.getElementsByTagName('TD');
else if (document.all)
var x = document.all.tags('TD');
for (var i=0;i<x.length;i++) {
if (document.all) { x[i].onmouseover = over;
x[i].onmouseout = out;
x[i].onclick = click;
} else { x[i].setAttribute("onmouseover","over(this)");
x[i].setAttribute("onmouseout", "out(this)");
x[i].setAttribute("onclick", "click(this)");
} }
}
//-->
</script><p>Hello folks,</p>
<p>I have been told by my boss to do a feasability study of using CentOS for our
routing product.</p>
<p>I have some basic questions regarding CentOS. Please clarify.</p>
<p>1. Is the kernel used by CentOS pre-emptible/non-preemptible ?</p>
<p>2. Does CentOS allow for assigning of process priorities (e.g in VxWorks task
priorities can be set at creation time)</p>
<p>3. What is the clock resolution provided ?</p>
<p>Appreciate your valuable response.</p>
<p>Thanks a lot!</p>
<p>Arut</p><pre>
Every tomorrow comes in the form of today!
</pre>
</div>
<BR>
--
<div> Be Yourself @ mail.com!<br>
Choose From 200+ Email Addresses<br>
Get a <b>Free</b> Account at <a href="http://www.mail.com/Product.aspx" target="_blank">www.mail.com</a>!</div>