search for: garanteed

Displaying 20 results from an estimated 45 matches for "garanteed".

Did you mean: guaranteed
2006 Jul 28
2
DNS Server and SQL backend
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I think most people here use BIND as their DNS server of choise. I just happen to have updated DLZ patch for the current bind version. DLZ patch allows you to use mysql (pgsql, ldap etc) as a backend for zone storage. I make no garantees, of course, but if anyone is interested on the patch (with or without the specfile for rpm building), please let
2006 Nov 21
2
[LLVMdev] EH and C++ intergation
Chris Lattner pravi: > On Tue, 21 Nov 2006, [ISO-8859-2] Žiga Osolin wrote: >> I was going through documentation and source lately, and I decided >> how to >> make llvm bytecode more compatible to C++: >> 1) thiscall sould be introduced, which would take N arguments and the >> first argument would always be the C++ "this" argument. This would >>
2006 Nov 21
0
[LLVMdev] EH and C++ intergation
On Tue, 21 Nov 2006, [ISO-8859-2] Žiga Osolin wrote: >> Sure. Anton can give you ideas for this. >> > I think it should not be too difficult because you allow custom call > conversions and this is quite easy to add, we only have to garantee that > the backend will emit it. Right. >>> 2) the ret instruction should be able to return structs (as Chris has >>>
2014 Jul 09
1
Keeping atomicity of write() through ssh
...atomicity of write() lost when going through ssh: Often you have to use multiple PipeView, and each of them have to print stats on the same line and this works with some ANSI escape code. It relies heavily on the fact that even if each PipeView are in separate processes, the write() command is garanteed to be atomic so the string sent to the fd contains the ANSI chars to relocate to the correct line, print the stats, and go back to starting position. Atomicity is important because you don't want the string being cut by other messages before its fully sent to the terminal. However, if Pipe...
2005 Jan 19
3
tail and head drop qdiscs
I think that there are no qdiscs that permit to drop the oldest frame of a queue when this queue is full, but I would like to be wrong: bfifo drops arriving frames when the max queue length is reached. red also drops arriving frames in a more elaborate fashion, with a drop probability that increases above a limit and becomes a drop certitude when the max queue length is reached. sfq drops
2004 Oct 12
12
Qdisc statistics project
As a necessety for my job is to real-time monitor the bytes, packets, packet dropped etc of all the qdiscs working inside the kernel i''ve tried varius methods: 1. Parse tc -s command output and update a round robin database and use rrdtool to graphically display tc statistics. [varius perl scripts exist for the above job] 2. Unsuccesfully tried QoS SNMP extensions, in order to use a
2006 Mar 30
15
Survey: Favored Rails Production Environment
We''re trying to set up a colocated server for deploying a Rails application or three. Right now I''m undecided between a PC-based server running FreeBSD and an Xserve running OS X. I''ve never colocated before so I''m wondering if anyone has stories, tips, or could say what their preferred OS is for running Rails. I''m also wondering how performance of
2011 Nov 18
1
Ensuring a matrix to be positive definite, case involving three matrices
Hi, I would like to know what should I garantee about P and GGt in order to have F = Z %*% P %*% t(Z) + GGt always as a positive definite matrix. Being more precise: I am trying to find minimum likelihood parameters by using the function 'optim' to find the lowest value generated by $LogLik from the function 'fkf' (http://127.0.0.1:27262/library/FKF/html/fkf.html). The
2014 Sep 02
3
[PATCH v4 0/4] virtio: Clean up scatterlists and use the DMA API
On Tue, Sep 2, 2014 at 3:10 PM, Benjamin Herrenschmidt <benh at kernel.crashing.org> wrote: > On Tue, 2014-09-02 at 14:37 -0700, Andy Lutomirski wrote: > >> Let's take a step back from from the implementation. What is a driver >> for a virtio PCI device (i.e. a PCI device with vendor 0x1af4) >> supposed to do on ppc64? > > Today, it's supposed to send
2014 Sep 02
3
[PATCH v4 0/4] virtio: Clean up scatterlists and use the DMA API
On Tue, Sep 2, 2014 at 3:10 PM, Benjamin Herrenschmidt <benh at kernel.crashing.org> wrote: > On Tue, 2014-09-02 at 14:37 -0700, Andy Lutomirski wrote: > >> Let's take a step back from from the implementation. What is a driver >> for a virtio PCI device (i.e. a PCI device with vendor 0x1af4) >> supposed to do on ppc64? > > Today, it's supposed to send
2014 Sep 02
1
[PATCH v4 0/4] virtio: Clean up scatterlists and use the DMA API
...ssed virtio PCI devices that are behind an IOMMU. Can > this be handled in a ppc64-specific way? I wouldn't be so certain, as I said, the way virtio is implemented in qemu bypass the DMA layer which is where IOMMUs sit. The fact that currently x86 doesn't put an IOMMU there is not even garanteed, is it ? What happens if you try to mix and match virtio and other emulated devices that require the iommu on the same bus ? If we could discriminate virtio devices to a specific host bridge and guarantee no mix & match, we could probably add a concept of "IOMMU-less" bus but that wo...
2007 Aug 07
0
[LLVMdev] Spillers
On 8/7/07, David Greene <dag at cray.com> wrote: > > On Monday 06 August 2007 12:15, Anton Vayvod wrote: > > > Spill intervals must be precolored because they can't be spilled once > more. > > They are the shortest intervals precisely over each def/use of the > original > > interval. That is why they also have their weights set to #INF. > > Yes,
2014 Sep 02
1
[PATCH v4 0/4] virtio: Clean up scatterlists and use the DMA API
...ssed virtio PCI devices that are behind an IOMMU. Can > this be handled in a ppc64-specific way? I wouldn't be so certain, as I said, the way virtio is implemented in qemu bypass the DMA layer which is where IOMMUs sit. The fact that currently x86 doesn't put an IOMMU there is not even garanteed, is it ? What happens if you try to mix and match virtio and other emulated devices that require the iommu on the same bus ? If we could discriminate virtio devices to a specific host bridge and guarantee no mix & match, we could probably add a concept of "IOMMU-less" bus but that wo...
2007 Aug 06
4
[LLVMdev] Spillers
On Monday 06 August 2007 12:15, Anton Vayvod wrote: > Spill intervals must be precolored because they can't be spilled once more. > They are the shortest intervals precisely over each def/use of the original > interval. That is why they also have their weights set to #INF. Yes, that's true. But I wonder if we shouldn't be smarter about which register we pick to color it.
2009 Mar 21
0
Is icecast.org still active ?
Hi all ! Sorry to raise a provocative question like this at first glance, but that is the real topic in this mail. Some months ago, I proposed a patch to libshout adding custom mime support when adding new mountpoints [1]. After some discussions and some corrections, the patch was accepted. Now, almost 6 month after, the patch has not yet been added to the SVN trunk for libshout [2], as it
2008 Feb 12
1
Deleting messages from MailDir
Hello, I have dovecot running with MailDir as a backend to store email and I would like to remove mail that is older that 30 days. I can do this by running 'find' on the MailDir but will this cause any issues with dovecot? Thanks, Matt. -- Matt Richards -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature
2010 Sep 06
3
likelyhood maximization problem with polr
Dear community, I am currently trying to fit an ordinal logistic regression model with the polr function. I often get the same error message : "attempt to find suitable starting values failed", for example with : require(MASS) data(iris) polr(Species~Sepal.Length+Sepal.Width+Petal.Length+Petal.Width,iris) (I know the response variable Species should be nominal but I do as levels
2005 Feb 16
2
YUM and Tripwaire
I am looking for a location where I can get tripwire to install and update via YUM. I know this is not the most secure thing but with the amount of machines that I have, I have not other choice. So far I have found http://download.fedoralegacy.org/redhat/9/updates/SRPMS/ Does anyone know one for CentOS? Thanks ---------------------------------------------------------------------- This mail
2002 Oct 12
0
[Fwd: Re: congestion problem]
Don Cohen wrote: > Client --- R1 --- R2 --- R3 --- Web > > the Client it''s me, the R1 router it''s myne (so i can control it), the > R2 is my provider router, and R3 is the provider,provider router. > > R2 - R3 is a 2mbit link > R1 - R2 is a 10mbit link > R2 have multiple interfaces and other 10mbit links > I have a 32kbit garanted
2007 Sep 03
0
website project assessement - how hard/easy would this be?
hello, I have a website project pending and i hesitate between using ruby on rails or a CMS like joomla for it. Therefore, i welcome your insights to assess of how much work would be needed using RoR and if it is a better choice than using the CMS. ...Instead of talking a lot, let me present what the website should exactly do. ;) Basically, the website is intended to be a sort of vault for free