search for: completel

Displaying 4 results from an estimated 4 matches for "completel".

Did you mean: completed
2013 Apr 18
3
Using different function (parameters) with apply
...2 5 8 [3,] 3 6 9 div<-1:3 apply(a,2,function(x)x/div) ##want to divide each column by div- instead each row is divided## [,1] [,2] [,3] [1,] 1 4.0 7 [2,] 1 2.5 4 [3,] 1 2.0 3 apply(a,1,function(x)x/div) ##Changing Margin from 2 to 1 does something completele weird## [,1] [,2] [,3] [1,] 1.000000 2.000000 3 [2,] 2.000000 2.500000 3 [3,] 2.333333 2.666667 3 Any thoughts? Thanks, Sachin [[alternative HTML version deleted]]
2013 Dec 18
1
Cisco2811 - E1 Pri - Asterisk
Hi all, I face a strange problem. I'm in France using Completel as operator for the E1 line. I move a client from ccm to Asterisk keeping the 2811 gateway. Set up is complete, outgoing and incoming calls are sended to the 2811. The problem is that in 90% of the time I get a 500server error back from 2811 when placing a call. Incoming calls are OK. The 2811...
2006 Sep 22
1
how about the global data when multiple backgroundrbs ?
...ve MiddleMan1, MiddleMan2..MiddleManN . >And just make a wrapper that iterates over each midleman checking to see if it contains the job you are looking for and using the right middleman. > This would not be too hard to come up with and I might add something to support this soon. I do have a completele new version of the whole plugin cooking. >I hope to get it released this weekend but we shall see. The new version will support spawning multiple processes and managing those through the same interface. >-Ezra -------------- next part -------------- An HTML attachment was scrubbed... URL:...
2006 Sep 21
1
backgroundrb scalability
i''m in a team that is currently developing a web 2.0 application that really needs to scale in the very near future. we are using backgroundrb for some of the server tasks. currently, we have two servers (in RubyOnRails) that connects to a single backgroundrb daemon. is there a way that we can run multiple backgroundrb and have the servers do a round robin on them to retrieve a worker