similar to: performance tradeoffs/penalty

Displaying 20 results from an estimated 10000 matches similar to: "performance tradeoffs/penalty"

2013 Apr 11
1
reboot command lost
when i send a reboot command to libvirtd to reboot a domain, it does not receive and print the following warn:2013-04-10 06:01:39.080+0000: 2908: warning : qemuDomainObjTaint:1311 : Domain id=56 name='69751ca7-3198-4f3c-8265-cb8cb70ad750' uuid=69751ca7-3198-4f3c-8265-cb8cb70ad750 is tainted: high-privileges what's the problem??? thanks a lot. > From: libvirt-users-request at
2011 Sep 15
1
TOP and Rayman 3 wine 1.3.28
Hello Everyone, I just wanted to let you all know that Rayman 3 hangs just after starting a new game with no output on the terminal. Also Tales Of Pirates Online crashes randomly sometimes after 5 mins sometimes after 8 hours but it crashes. Here is the output from the terminal. preloader: Warning: failed to reserve range 00010000-00110000 preloader: Warning: failed to reserve range
2012 Oct 29
1
How emulate the function 'order' without with the function 'sort' in R
Ol? amigos tudo bem ? Espero que sim. Sou novo aqui e gostaria muito da ajuda dos senhores para resolver um pequeno probleminha no R. Ent?o, estou com um probleminha com uma atividade que relaciona duas fun??es no R, ? o seguinte: Primeiro atrav?s da fun??o sample ? criado um vetor aleat?trio: x <- sample(1:100, 20) Depois aplico a fun??o sort que tem como objetivo ordenar os elementos em
2007 Feb 21
2
how much performance penalty does this incur, scalar as a vector of one element?
I have been comparing R with other languages and systems. One peculiar feature of R is there is no scalar. Instead, it is just a vector of length one. I wondered how much performance penalty this deign cause, particular in situations with many scalars in a program. Thanks. Jason Liao, http://www.geocities.com/jg_liao Associate Professor of Biostatistics Drexel University School of Public
2005 Jun 08
3
[LLVMdev] Quest - Automatic testing script
Hello, I was inspired by the Quest tool and decided to give it a try on LLVM. It quickly located two bugs which appear to be in the bug database already: Bug #279 - [llvmgcc] "constructor" code generation can be improved Although, the code that Quest generates actually *crashes* LLVM instead of producing poor output. Should this be added as a separate bug, or just
2002 Sep 30
1
[LLVMdev] llvm-g++ barfs
Hi, In the quest for better test cases for my MP, I thought of trying the Stepanov Abstraction Penalty benchmark. But apparently llvm-g++ is not ready for such terrible things. Let me know if you want me to send the source code (it is widely available). gaeke|csil-suna37|~/cs/426/MP1/step|[1177]% /usr/dcs/projects/cs426/Software/gcc_install/bin/g++ stepanov.cpp -o stepanov In file included from
2016 Feb 01
2
virsh, virt-filesystems, guestmount, virt-install not working well with ceph rbd yet?
Hello everybody, This is a cross post to libvirt-users, libguestfs and ceph-users. I came back from FOSDEM 2016 and this was my 7th year or so and seen the awesome development around visualization going on and want to thank everybody for there contributions. I seen presentations from oVirt, OpenStack and quite a few great Redhat people, just like the last previous years. I personally been
2016 Feb 01
2
virsh, virt-filesystems, guestmount, virt-install not working well with ceph rbd yet?
Hello everybody, This is a cross post to libvirt-users, libguestfs and ceph-users. I came back from FOSDEM 2016 and this was my 7th year or so and seen the awesome development around visualization going on and want to thank everybody for there contributions. I seen presentations from oVirt, OpenStack and quite a few great Redhat people, just like the last previous years. I personally been
2016 Jul 06
2
Xapian 1.4.0 released
I have installed the new Xapian 1.4.0 , during the installation, I haven't seen any problems, however, when I execute commands quest and delve I get different versions, and my Perl-based searches return Exception: Couldn't detect type of database ... and what are these glass things in the index directories? There is a no new version of Perl Search::Xapian. $ quest -version quest -
2018 Sep 30
3
xapian parser bug?
On Sun, Sep 30, 2018 at 09:50:30AM +0100, James Aylett wrote: > Note that I'm using 1.4.7, and from your output I believe you're not > (the * in the query description I believe doesn't happen in those > situations any more). 1.4.4 and later eliminate redundant 0 scaling factors, but this one isn't actually redundant: > > Query(((Tmail AND 0 * XSUBJECTnot at 1)
2004 Aug 06
1
spawning a source
Hi, having searched the archive for an answer (and not finding it), I'd like to know: * Is there a simple way to make icecast spawn a process (to serve as a source) when a listener is connecting and no source is available? This is part of my quest for reducing CPU hog when there are no listeners connected. Of course, once the last listener is disconnected, there should be a way to kill
2007 May 02
2
PRI T1 Problems
Sorry for disturbing you, but we have some problems with an installation with multiple (84) T1s from Quest. Now, our Problem is disconnected numbers are reported by sending in- band channel alert message and the B-Channel will have the tri tone and respective message but the line is never "picked up" and stays in ringing when dialling. So disconnected numbers are never detected as
2020 Aug 25
1
smbclient mask command seems not to work the same way with recurse ON for mget and mput
Dear all. I would like to propose a possible way to make mget and mput behave more or less the same way, rather that just changing documentation. Please, bear in mind this is a poor attempt coming from a person with no C skills at all, so other than testing that only filtered files are transferred, I have not gone further. Hope at least to have been able not to corrupt any pointer, but I'm
2011 Dec 02
1
Problems with scriptindex
Hi I am a beginner with Xapian. I am trying to use scriptindex but I get some problems : 1) If my script file is empty I have an indexation by default, and I get two output fields when I am using quest.exe (These fields are caption and sample) 2) I then tryed to not use an empty script file defining this time my own fields, but if I use quest to perform researches these fileds does not appear in
2009 Jan 23
2
OT: Managing change control in servers, LDAP, firewalls and switches question
Hi, being an off-topic questions with so many vendors involved I had no definitive place to go to ask but here. So maybe some of the list members have ideas in mind. Currently we manage several switches,firewalls and MS LDAP and Centos OpenLDAP installations. We are looking for a "man in the middle" or "framework" to manage change on our network devices and LDAP-based servers.
2009 Feb 04
4
Default disk I/O scheduler in linux guest
Hi, all, I just found out that xen assigns the NOOP disk scheduler for linux guest OSes. Dom0 uses cfq scheduler (it is the linux default). Is there a reason for xen to turn off disk request merging in the quest OS by selecting a NOOP scheduler? Is it because the request optimization will be performed in dom0 or VMM ? Thansk in advance, Jia. _______________________________________________
2007 Sep 12
1
[Bug 688] PAM modules relying on module-private data (pam_dhkeys, pam_krb5, AFS) fail
http://bugzilla.mindrot.org/show_bug.cgi?id=688 David Leonard <David.Leonard at quest.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |David.Leonard at quest.com -- Configure bugmail: http://bugzilla.mindrot.org/userprefs.cgi?tab=email
2002 Dec 15
1
Tierra games...
Hi, I found these remakes of old Sierra games at http://www.tierraentertainment.com/ They run on an windows adventure game engine AGS found at http://www.adventuregamestudio.co.uk Due to the engine author's reclutance for helping linux people, the only solutions seems to be using wine to get these ancient-but-excellent games running. So far they have made King's Quest 1 VGA and
2010 Oct 22
1
scale,centre,and get more interactions
Hi folks, I am new to lme in R, and I have a question regarding to the effect of scale function on the lme. When I use the function to scale and centre the levels of the fixed effects (e.g., X and Y; both have two levels) and write them to new columns: ex: dat$cX<-scale(as.numeric(dat$X),center = TRUE, scale = FALSE) dat$cY<-scale(as.numeric(dat$Y),center = TRUE, scale = FALSE) and compare
2006 Mar 14
5
Unable to display errors for multiple records
Hi, I''m trying to save multiple records of the same model in one go. Which is no problem at all. Problem starts when I want to introduce error handling. The problem is that no record should be saved when one of the records contains an error. I tried it as follows: session[:infos].each do |info| @quest.name = info["name"] unless @quest.valid? @errors_found = true