search for: hefty

Displaying 20 results from an estimated 102 matches for "hefty".

2015 Mar 08
2
AWS/EC2 server selection
...8, 2015, at 8:11 AM, Jeff LaCoursiere <jeff at jeff.net> wrote: > > > Amazon instances are shared resources. I wouldn't want to count on timing or disk throughput, and you can't just ask them to do "ssd" - its a virtual machine! 500 simultaneous recordings is a hefty load, and I would want to know that the underlying hardware is dedicated to the task. > > Sure you see lots of posts about hosting asterisk and/or freeswitch on EC2. I have done it myself and even have some clients doing it now *for proof of concept*. I've never heard of anyone using...
2015 Mar 07
2
AWS/EC2 server selection
Hi Jeff Are you aware of any challenges of hosting it on AWS? It will help me to work out alternate plan. Is there any recommendation? Should I split it to multiple instances and balance traffic across multiple small server instances? I can use Kamailio to balance traffic. I see many posts referring to AWS deployment. Please help me to choose AWS server instance. *Thanks & Regards,*
2013 May 01
2
Catch SIGINT from user in backend C++ code
Hi, I was wondering if anybody knew how to trap SIGINTs (ie Ctrl-C) in backend C++ code for R extensions? I'm writing a package that uses the GPU for some hefty matrix operations in a tightly coupled parallel algorithm implemented in CUDA. The problem is that once running, the C++ module cannot apparently be interrupted by a SIGINT, leaving the user sat waiting even if they realise they've launched the algorithm with incorrect settings. Occasionally,...
2018 Nov 20
4
llvm.org pre-built clang significantly slower than apple/xcode clang
...lvm-7.0.0-x86_64-apple-darwin/bin/clang++ -o test test.cpp 0.53s user 0.11s system 62% cpu 1.032 total If we now run that on our whole project: with xcode clang: 368.17s user 32.00s system 663% cpu 1:00.30 total with clang 7: 423.31s user 31.65s system 662% cpu 1:08.69 total That's a pretty hefty difference. Any ideas what can account for this discrepancy? Does apple-clang contain any special patches or build flags that differ a lot from the binaries on llvm.org? I know about PGO - and I guess the best we could do is to get profile data out of compiling my whole tree and use that when buil...
2005 Aug 10
5
more patches
Here are a few patches 2 small changes and one a little hefty. All are to *.i files. SpinCtrl.patch - Changes cWxSpinCtrl.klass to mWxSpinCtrl in rb_define_method. Dialog.patch - Removed the %ignore wxDialog::wxDialog line, this line prevents Dialogs working with XRC. Window.i - Added special code for find_window_* methods so the correct object type is ret...
2016 Sep 09
2
forgive possible repost: alternate bzip2 library
...r 1.0.5), but an alternate a bzip2 (v1.0.6) which is located in a non-standard location. I usually lean on pkg-config to deal with issues like this. I've create an appropriate bzip2.pc file for bzip2 for this purpose. I've been focusing on the configure script, which at 50K lines is quite hefty and my initial question was whether the R compile configure script used pkg-config for locating headers and libraries. My feeling now is that the answer is "sometimes". In locating cairographics, it says it does, but for bzip2 I think it uses autoconf's dubious magic. Don't know...
2015 Mar 08
0
AWS/EC2 server selection
Amazon instances are shared resources. I wouldn't want to count on timing or disk throughput, and you can't just ask them to do "ssd" - its a virtual machine! 500 simultaneous recordings is a hefty load, and I would want to know that the underlying hardware is dedicated to the task. Sure you see lots of posts about hosting asterisk and/or freeswitch on EC2. I have done it myself and even have some clients doing it now *for proof of concept*. I've never heard of anyone using it for...
2012 Feb 01
2
Meet the new maintainer
rappard at dds.nl wrote: > > I'm particularly interested in seeing the results of compiling > > FLAC under MSVC and would love to see good quality patches. > > It's been a while since I've worked with Visual Studio, so some dumb > questions ahead. To start: should I use > http://www.microsoft.com/visualstudio/en-us/products/2010-editions/visual-cpp-express,
2004 Aug 06
2
kicking clients
Hello Is there a way to set a connection time limit for clients, or a way to kick a client? I'm running Icecast2 on a hosted box and I think some people have been tuned into it for days...and that could some day run up a hefty bandwidth charge. You'd hope that people would disconnect when they were done listening..but they don't all do that. <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a messa...
2004 Jul 28
1
automating sequence of multinomial regressions
...w test)? Essentially, automate the process of finding best predictive model using a host of dependent and independent variables. I have a fairly short timeframe to work on this, so if someone is willing to help me in the next couple of days, I would be most appreciative. (And there might even be a hefty sum of cash involved!) Thanks, Daniel
2004 Aug 03
1
Any small colleges/universities using PBX or Voicemail?
What an ACTIVE newsgroup! I'm in the early stages of researching Asterisk. My current environment is a small college (~1000 sets/~400 student sets), Avaya Definity G3si/Seimens Rolm Phonemail. As you can imagine, the maintenance, licensing, and equipment costs are HEFTY. So.. are there any small colleges/universities using PBX or Voicemail? If so, I'd be interested in your migration path. What equipment was replaced, and how did you handle the loss of investment in any proprietary sets? Many thanks, Brian Hudson
2008 Oct 29
1
cmirror - CentOS
...this is in India when a lot of restrictions -- both by Indian and other governments -- were there in Technology imports) The interesting part of it was the entirely memory mapped design and barely a few registers... and then in Prime 750 which had 5 huge boards which constituted a CPU. and a "hefty" amount of RAM -- 8MB. The thigs is they worked 24x7 and we were required to give a month's notice before shutting them down / rebooting unless there was a breakdown which was very rare. Just like Linux ^H^H^H^H^H^H Centos Servers Regards Rajagopal -------------- next part --------------...
2012 Aug 28
1
Don't dput() data frames?
...)s a data frame and sources the result, it will */ which svn blame says Prof Ripley placed there in r39830 with the commit message "correct the work of dput() on the row names of a data frame with compact representation." Is there a problem / better way to use the result of a hefty dput than source()ing it? This seems to work rather robustly: data(iris) source(textConnection(paste0("iris2 <- ", capture.output(dput(iris))))) identical(iris, iris2) Cheers, Michael
2009 Jun 19
4
Recursive partitioning algorithms in R vs. alia
...the past, but I could not provide any kind of feature comparison or the like as I have no access to any installation of the first two proprietary products. Has anybody experience with them? Is there any public benchmark available? Is there any very good --although solely technical-- reason to pay hefty software licences? How would the algorithms implemented in rpart compare to those in SAS and/or CART? Best regards, Carlos J. Gil Bellosta http://www.datanalytics.com
2015 Mar 08
0
AWS/EC2 server selection
...; <mailto:jeff at jeff.net>> wrote: > >> >> Amazon instances are shared resources. I wouldn't want to count on >> timing or disk throughput, and you can't just ask them to do "ssd" - >> its a virtual machine! 500 simultaneous recordings is a hefty load, >> and I would want to know that the underlying hardware is dedicated to >> the task. >> >> Sure you see lots of posts about hosting asterisk and/or freeswitch >> on EC2. I have done it myself and even have some clients doing it >> now *for proof of co...
2004 May 23
5
PRI problem???
I have just finished installing a new asterisk box at my work. The box is quite hefty, dual Zeon 2.8s with SCSI drives and 2Gb of memory. I have a 4 port Digium T1 card for channel bank and PRI access. I activated a PRI from a local CLEC (DMS-500 based, National protocol). This PRI is on slot 2 of the card and is set as the primary timing source. It is ESF/B8ZS. All the softwar...
2007 Jun 14
3
Are there any HTML+CSS to PDF converters in ruby
Hi, I tried PDF writer , but it doesn''t have HTML to PDF Converter. Infact it is a PDF writer itself not a converter.. I''ve HTML pages with rich css or Strings with html+css such that they are converted to PDF. The idea is that web is all about RGB color model and when it comes to Digital Printing its all CMYK color model. My html page with rich css in
2012 Sep 30
3
[LLVMdev] Hello World assembly without clib "puts"?
...d Gas don't give coders an macro or instruction set that gets expanded to the actual, per-OS instructions during assembly. I guess it lowers development efforts to reuse libc rather than add multiplatform I/O assembly macros. Smaller, non-libc dependent binaries don't matter in a world with hefty hard drives. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120930/e0783d32/attachment.html>
2000 Oct 02
3
R vs S-PLUS with regard to memory usage
I am trying to translate code from S-PLUS to R and R really struggles! After starting R with the foll. R --vsize 50M --nsize 6M --no-restore on a 400 MHz Pentium with 192 MB of memory running Linux (RH 6.2), I run a function that essentially picks up an external dataset with 2121 rows and 30 columns and builds a lm() object and also runs step() ... the step() takes forever to run...(takes very
2008 Nov 20
1
pdf device: rasterize portions of the plot to reduce file size
...<- within(xy, z <- x^2*cos(x*y)) library(lattice) p <- levelplot(z~x*y, data=xy, panel=function(...) {panel.levelplot(...); ltext(5, 5, "text")}) pdf("plot.pdf") print(p) dev.off() png("plot.png") print(p) dev.off() With N=1000, this approach produces a hefty pdf file of ~29MB, while the png file with default resolution is only 72kB. It is clear that I don't want to include the pdf figure in a manuscript, as most pdf readers (let alone the printer) will painfully stall when scrolling down the document. The png file has a good enough resoluti...