Displaying 3 results from an estimated 3 matches for "mutl".
Did you mean:
mul
2006 Jun 18
1
multiple port
Hi,
Does asterisk support mutl-port binding? Say beside setting the
port 5060 in sip.conf, I want to use another port, say 6060. How can
I set to use more than one port. Is it possible?
unplug
2009 Feb 18
2
New Project Proposal - Please provide comments
...1. Finding the relationship between application
performance and resource allocated.
2. Migrating virutal machines to balance load
across physical servers without comprising on availability and
performance.
3. Enterprise applications have complex mutl-tier
architecture where distinct components of same application resides in
different servers. So the resource requirements should not only be
calculated locally but also across nodes where other components of
application is hosted.
*EXISTING SOLUTIONS:*
1. VMWARE DRS
2. TRACE BASED APPROACH - Th...
2009 Dec 17
2
some help regarding combining columns from different files
Dear all,
Here is my code which am using to combine 5th column from different data
sets.
Here is the function to do my job
genesymbol.append.file <-NULL
gene.column <- NULL
readGeneSymbol <- function(files,genesymbol.column=5){
for(i in fnames){
temp <- read.table(fnames,header=T,sep="\t",stringsAsFactors=F,quote="\"")