search for: simulataneously

Displaying 20 results from an estimated 20 matches for "simulataneously".

2003 Jun 18
0
fitting two nonlinear mixed models simulataneously
Dear R users, Being a R-novice using version 1.7.0 I have not managed to solve the following problem, so I turn to you: I have 12 pairs nonlinear curves having some parameters (p1,p2,p3) in common and others specific to one of the curves (p4a,p4b). I want to fit a nonlinear mixed model with nmle with the random effects varying over the 12 samples (pairs). In order to be able to estimate the
2007 Oct 01
1
merging, interpolating two simulataneous time series
I have a time series for two variables measured simultaneously, but at different intervals. The variables are not independent, so the patterns in the times series are very similar (one variable goes up when the other goes up, etc). For example, let's pretend my data look something like this (but with more noise)... var1_times<-c(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10) var1_values<-c(0,
2007 Sep 18
6
Limiting Simultaneous calls
Is there a way to limit simultaneous calls. I like to limit simultaneous outgoing calls as more than few simulataneous calls are charged by my voip providers. However, I do not want to have any such restriction for internal calls. Thanks Jim
2007 Jan 03
1
R and threading
Hi, I am considering using R to integrate with a Java application. However, before deciding upon R I need to understand if R is capable of dealing with multiple requests simulataneously. Is a single instance of R capable of dealing with multiple simulataneous requests or does a new instance of R have to be started for each request? I have read Luke Tierney's 2001 notes on threading at http://www.stat.uiowa.edu/~luke/R/thrgui/thrgui.pdf. Have these concepts been introduced...
2002 Apr 24
1
Newton-Raphson
Hi, Is there a routine available in R for the Newton-Raphson method for simulataneous equations in several unknowns? Thanks Robert -- Robert J. Chandran Department of Botany 3506 Miller Plant Sciences Building University of Georgia Athens, GA 30602 Phone: (706)-583-0943 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2007 Dec 14
1
Asterisk to make multiple extensions simultaneous calls on a single telephone line
...wo phone sets connected to the FXS port. Extension 6003 is asigned to one fxs and 6004 is asigned to another fxs, the two extensions can call each other, they can both make/receive PSTN call, but they can't make PSTN call simultaneously. Is it achievble in Asterisk to let them make PSTN call simulataneously through one sinle POTS line? I don't know anything about traditional PBX system, it seems one shop can have one single phone number and mutiple extensions, then the extensionss can make/receive PSTN call simultaneously, is this the same senerio as the one single POTS line to FXO and multiple e...
2003 Feb 21
1
Samba 2.2.7a 64bit executable on Solaris 8
Good Morning, I recently compiled Samba 2.2.7a as a 64bit executable on Solaris 8. The Solaris 8 server is configured to permit 65535 files to be open, while Samba has been configured to allow 65500 files to be open. These large number of files are required to permit simulataneous compilations to take place a single build server, though there are multiple build servers. Last time I tried to
2006 Jul 18
5
Installing ROR/Webrick app on Windows 2000/2003 Server
Hi all, I am currently not able to use search since it is disabled, so I will ask my question and hope I am not repeating a past question. I am looking into developing an app to run in Windows 2000/2003 Server environment. To install ROR on a server to run an app on Webrick do I need any extra steps beyond those needed to install on my development laptop (XP prof) ? The idea is to run the
2007 Apr 27
1
correlation tab
hello, I know how to use the function "cor" to do correlation frame but it remains a problem because I wanna calculate correlation between vector with differents dimensions it is possible? for exemple my data : > V [[1]] [1] 97 104 103 98 99 92 99 99 98 87 95 101 91 104 98 96 84 97 92 104 97 [[2]] [1] 102 100 82 106 85 97 101 99 90 101 97 93 100 99 92 90
2005 Feb 09
3
Multiple SIP registrations for one account?
...e-based SIP registration mechanism of Asterisk seems to have one shortcoming - it only allows one registration per SIP account, whereas SER has a separate 'subscriber' and 'location' table, allowing more than one registration; all SIP devices under the same account then ring simulataneously until the first one is picked up. Is there by any chance some patch floating around that allows Asterisk to do the same? Or is it possible somehow to run this through SER+Asterisk (i.e. multiple registrations but the calls, both signaling and voice streams, must go through Asterisk)? TIA,...
2001 Nov 20
0
Locking question
...lication via samba. Could this cause data corruption. Is this an argument against using NFS with samba? If you are careful and always use samba to call up such files, then locking seems to work. Some applications, like paint, don't lock the file, thereby allowing multiple users to edit the file simulataneously. Is there a way to stop this using samba? Thanks, Joel
2003 Dec 01
0
No subject
Back on the server, I then edited the picture with xv. I used linux, not samba, to call up the image in xv. I then reinserted the image in powerpoint but got the old picture. Ergo, windows had cached the file and linux did not inform samba it was updating the file, so samba let windows continue to cache it. I then did the same excercize, but this time using samba to open up and save the file with
2013 Apr 30
0
performance issue with as.Date
We encounted a performance problem when a large number of R scripts are run simulatanously. A large number of stat() system calls to /etc/timezone was limiting how many scripts could be run effectively. I traced the problem to as.Date.character where strptime() is called without a timezone argument when there is no format argument. as.Date.character <- function(x, format="", ...) {
2007 Jun 10
1
basic asterisk knowledge
I have question concerns asterisk 1-What is difference between G.729 and G.729A? 2-How can I know the requirement hardware for 150 extension on asterisk 1.4.4 making 50 simultaneous call? 3-Do asterisk have a codec conversion? Regards ********************************************* No employee or agent is authorized to conclude any binding agreement on behalf of Xplorium with
2005 May 24
1
origination providers
hi folks, Has anyone found a good (and, ideally, cheap -- we don't really want any per-minute charges) origination provider which can handle a moderate number of simultaneous incoming calls (to the same, single DID)? Many of the providers I've tried contacting either won't call me back, or want me to sign an NDA just to get a rate quote, or some other bullshit. Most of the
2006 Mar 15
10
Question on hardware for site
For a medium-sized website, does one machine for database server (either mysql or postgres) and another for the web server (lighttpd) sound ok? How much traffic could I expect to handle? (I know it depends on the application, but some rough estimates would be nice) Joe
2002 Apr 11
4
rsync and debian -- summary of issues
There seems to be a thread about rsync and Debian packages every couple of months. I've written up a document which tries to cover all of the questions and debates. It's pretty informal, but hopefully will be useful. http://rsync.samba.org/rsync-and-debian/ I'd appreciate comments. -- Martin
2004 Feb 27
7
Can't login to Samba PDC
We're trying to migrate from a windows NT domain to a Samba domain. I've installed Samba 3.0.2a with an LDAP backend. The server seems to be running fine as I can browse the shares from a non-domain Win2k workstation after a successful password check. The workstations join the domain just fine but after I join them to the domain I can't log in to them. I've checked my schannel
2009 Feb 12
5
CISCO 2950 -> 4 connections -> Cap of 512 Kbps -> How to bond ?
The ISP giving net access at our office has installed a 24 port CISCO 2950 switch in our server room. I can buy 24 connections from them and get 12Mbps of Upload but each individual connection is restricted to 512Kbps. Currently we have requirement of 20 simulataneous calls so we purchased 4 connections from the ISP. Giving us a total of 2 Mbps of upload b/w but spread over 4 different connections
2007 Aug 03
7
Power burn test
I need a program that will just run everything at max so I can measure the max power used on some systems. My 'Kill a Watt' meter should show up early next week. SO run that CPU at max, using all memory, and keeping the harddrive spinning. I can jsut do pings on the lan card for it to stay awake. I have searched here and on the net and have come back with nothing.