similar to: Erlang Loss Function in R

Displaying 20 results from an estimated 100 matches similar to: "Erlang Loss Function in R"

2003 Sep 04
2
Traffic Modelling (was IVR only system with scalibility...)
The question was posed: "incomming calls for 45 or so people that will call in 3 or 4 time each day during (approx) normal business hours" The comment was made (taken out of context): "The quick math says that 45 people with 4 calls is 180 calls a day. In a 8 hour day you have 480 minutes. From 480 minutes 1 port could handle the load if the call was under 2.5 minutes long and
2006 Aug 16
0
Regular expressions: retrieving matches depending on intervening strings [Follow-up]
Dear all This is a follow-up to an earlier posting today regarding a regular expression question. In the meantime, this is the best approximation I could come up with and should give you a better idea what I am talking about. a<-c("<w AT0>a <w NN1>blockage <w CJC>and <w DT0>that<c PUN>.", "<w AT0>a <w NN1>blockage <w CJC>and
2018 Dec 18
0
subnet flooded with lots of ADD_EDGE request
On Tue, Dec 11, 2018 at 02:36:18PM +0800, Amit Lianson wrote: > We're suffering from sporadic network blockage(read: unable to ping > other nodes) with 1.1-pre17. Before upgrading to the 1.1-pre release, > the same network blockage also manifested itself in a pure 1.0.33 > network. > > The log shows that there are a lot of "Got ADD_EDGE from nodeX >
2018 Dec 11
3
subnet flooded with lots of ADD_EDGE request
Hello, We're suffering from sporadic network blockage(read: unable to ping other nodes) with 1.1-pre17. Before upgrading to the 1.1-pre release, the same network blockage also manifested itself in a pure 1.0.33 network. The log shows that there are a lot of "Got ADD_EDGE from nodeX (192.168.0.1 port 655) which does not match existing entry" and it turns out that the mismatches
2010 Mar 10
1
R CMD check issue with soft-linked directory
I've been having some strange problems with R CMD check in the last couple of days, but now believe I have localized the issue. I had been running Ubuntu Hardy on one drive and then upgraded to Jaunty, but put Jaunty on a different drive. I continue to be able to boot Hardy when I wish. I soft-linked my R working area i.e., /home/john/Rstuff ----> /media/lnx804/home/john/Rstuff
2006 Apr 07
2
Some quick mrtg help
Ok, I'm having a major brain hemorrhage or something. I just can't get mrtg setup on my box. I've done it before and it's not like it's brain surgery but there's a mental block or something that I just can't get around. All I want to do is have a nice, simple graph of the traffic on the box and the gateway in the standard day/week/month/year thing. I've got the
2019 Sep 12
1
why windows 10 can't access centos samba
On Thu, Sep 12, 2019 at 02:02:20PM +0200, Michael Schumacher wrote: > > Thursday, September 12, 2019, 11:09:36 AM, you wrote: > > q> I can access centos's samba via windows 7, but fail via windows 10. Why? > > You might want to provide your /etc/samba/smb.conf so that we can take > a look. There are so many ways to operate Samba that it is impossible > to help
2005 Sep 27
2
One-way audio with VPN
I've got a one-way audio problem, but I've looked through a few documents on the subject and I'm not sure that it's the same issue. User A calls a local Asterisk user B via a public SIP gateway (voiptalk.org) using (sip:110@siptest.dmclub.net) B is connected to the Asterisk server via VPN B is registered (and has successful bi-directional conversations with other users on the
2004 Aug 06
0
Error: Client not receiving data fast enough
> -> [05/Aug/2001:12:25:01] Kicking client 4 > [cr7890-a.wlfdle1.on.wave.home.com] [Too many errors (client not receiving > data fast enough)] [listener], connected for 0 seconds, 26010 bytes > transfered. 0 clients connected > > Any idea what it means? Is it a mis-configuration? Sometime to do w/ > LAME? I have no clue where to start Almost always this means that data
2004 Aug 06
3
Error: Client not receiving data fast enough
Hmmm, I am using Winamp for my client, will upgrade it, but it works for other shoutcast/icecast streams. There has to be something buggered up in my config somewhere. It sounds as if Ices is sending data too quickly to icecast(?), will blow it away and re-complie it and see what happens. Thanks for the help so far. yeah, essentialmix.ca is directly related to the Essential mix broadcasts off
2008 Jun 25
1
Bringing Notes 4.5 server live...
Hi All, I have installed Wine 1 on Gentoo under OpenVZ, and have winecgf appearing nicely on my desktop. I have an old notes 4.5 server which is still doing what I want, hosted until recently under Win2K. I thought I'd virtualise it and turn off the hardware for good. I have long since lost/binned the install disks, so I built a squeaky new Win2K installtion and applied SP4. I copied the
2008 Jul 24
2
[LLVMdev] Erlang
Hello, How would you implement an Erlang feature such as the ultra-light processes? Is llvm prepared for similar situations? I would appreciate some insight on this. Thank you very much, .alvaro.castro.castilla.
2008 Jul 24
0
[LLVMdev] Erlang
Hi Álvaro, Your question is too vague to answer with any accuracy. Could you be more specific? -bw On Jul 24, 2008, at 1:08 PM, "Álvaro Castro Castilla" <alvaro.castro.castilla at gmail.co m> wrote: > Hello, > > > How would you implement an Erlang feature such as the ultra-light > processes? > Is llvm prepared for similar situations? > > I would
2008 Jul 24
0
[LLVMdev] Erlang
On Jul 24, 2008, at 12:30 PM, Álvaro Castro Castilla wrote: > Hi, > > Sorry for the vagueness. > > I'm starting to think about an experimental programming language > based, among other things, on microthreads, or green threads, as > Erlang has. I'm still under a very vague stage, just thinking on it, > so I was wondering on the way this could be achieved. > >
2008 Jul 25
0
[LLVMdev] Erlang
2008/7/25 Simon Ask Ulsnes <vinterbleg at gmail.com>: > 2008/7/24 Owen Anderson <resistor at mac.com>: >>> * They are isolated and the only way to exchange information is >>> message passing >>> >> This one is hard to guarantee in a compiled context, unless you >> implement a lot of stuff to track pointer values. Remember, all of >>
2008 Jul 25
0
[LLVMdev] Erlang
On Fri, 2008-07-25 at 09:19 +0200, Simon Ask Ulsnes wrote: > 2008/7/24 Owen Anderson <resistor at mac.com>: > >> * They are isolated and the only way to exchange information is > >> message passing > >> > > This one is hard to guarantee in a compiled context, unless you > > implement a lot of stuff to track pointer values. Remember, all of > >
2012 Sep 07
0
[LLVMdev] Publication - ErLLVM: An LLVM backend for Erlang
Hi, I attach a publication that we have at the ACM Sigplan Erlang Workshop 2012, Copenhagen, Denmark. The abstract is: This paper describes ErLLVM, a new backend for the HiPE compiler, the native code compiler of Erlang/OTP, that targets the LLVM compiler infrastructure. Besides presenting the overall architecture of ErLLVM and its integration in Erlang/OTP, we describe the changes to LLVM that
2017 Mar 03
1
[PATCH] erlang: Rename 'message' to something less generic.
It's not possible to define an action which takes a parameter called 'message' because the Erlang bindings use that as the name of an internal variable. Solve this by renaming the Erlang internal variable. Fixes commit 84763d7fca3668c62ee3fe53d0e00a5a672f687b. --- generator/erlang.ml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git
2012 Nov 12
1
problem with Erlang function
I'm beginner with R language My goal is to write a function that takes an input Erlang entering your ? Name ? Name ? Date of birth. The program will calculate age and display output first I do know the system date (month, day, year) I find with Sys.Date () I found a function. net to calculate the age Protected Sub calcul_age() Dim datetimenow = DateTime.Now Dim
2012 Sep 11
1
[LLVMdev] Publication - ErLLVM: An LLVM backend for Erlang
On 9/10/12 5:29 PM, Yiannis Tsiouris wrote: > ping. :-) I've been on vacation since August 28 and disabled llvmdev delivery so that I wouldn't get flooded with emails while I was gone, so I didn't see your message. I've added the entry to the publications page, but I haven't made a separate page for the abstract. Is that alright, or would you like an abstract page