search for: garantee

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

Did you mean: guarantee
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 me know. To read more about DLZ: http://bind-dlz.sourceforge.net/ Best Regards, - -- Rodrigo Barbosa "Quid quid Latine dictum sit, altum viditur" "Be excellent to eac...
2006 Nov 21
2
[LLVMdev] EH and C++ intergation
...ays be the C++ "this" argument. This would >> abstract llvm compiler dependant C++ code emittion. > > 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. >> 2) the ret instruction should be able to return structs (as Chris has >> already written on his page). > > This won't help C++ or C. I don't agree. For example: struct SmartPtr { void* px; shared* py; } Now, if I write the following met...
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 >>> already written on his page). >> >> This won't help C++ or C. > I don't agree. For example: > > struct SmartPtr { void* px; share...
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 Pip...
2005 Jan 19
3
tail and head drop qdiscs
...dest) and drops a frame from the biggest pile to favour the smaller flows. But I cannot find the qdisc that reacts like a bfifo or red qdisc but drops the oldest message of the queue when a drop is needed. Even better: a qdisc with an autodestruct algorithm for each frame in the queue that would garantee the "freshness" of each frame coming out. If you know of such qdiscs, please share. _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
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....
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 w...
2007 Aug 07
0
[LLVMdev] Spillers
...and it has because of addIntervalsForSpills implementation) it can't be spilled again physically. Moreover if you were able to spill such intervals your iterations could become an infinite loop: algorithm could spill these intervals over and over again. Having spill intervals mapped to physregs garantees that your iterations will finish eventually. > But in theory you can spill intervals differently. For example, interval > can > > be split into two intervals - the shortest interval that cannot be > colored > > right now and the rest part that can be colored. That say if yo...
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 w...
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 ?
...butor. Now, I come to this message since now we are experiencing with ogg/dirac video encoding. As such, icecast does not support those streams. However, I wanted to try to patch it to support them. As you can imagine, I am now stuck since I do not really want to start such a work if I have no garantee that my contributions will be considered... Please, don't take this as an agressive question. I have always appreciated icecast.org and the various great work that you did in multimedia streaming for the free software world. However, I have come to the issue that if it takes more than 6 mon...
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
...gth+Petal.Width,iris) (I know the response variable Species should be nominal but I do as levels were ordered for the example). I think this is a likelyhood maximization problem ; I tried to solve this by setting the "start" option of polr to a null or a random vector by it doesn't garantee to find "a good" solution at the end. Does anyone have a clue ? Thanks a lot ! -- View this message in context: http://r.789695.n4.nabble.com/likelyhood-maximization-problem-with-polr-tp2528818p2528818.html Sent from the R help mailing list archive at Nabble.com.
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]
...n ip from his class range > second cause you have little control over what > others send you. right > So if that is controlled at all it should be > shaped in accordance with your wishes. only by the ISP, but he don''t carre what it''s in my band, he only shape to garantee to all the clients (his) the 32kbit or whatever they bought > > You talk about downloading. But in that case the bandwidth is used > mostly downstream. You have limited control over that. Assuming > the servers are using tcp you could control the acks (more to the > point th...
2007 Sep 03
0
website project assessement - how hard/easy would this be?
...ent what the website should exactly do. ;) Basically, the website is intended to be a sort of vault for free texts. It should store pdf files representing various kind of texts, from small articles to big ebooks. These are published freely by any user, like videos on youtube, but with an effort to garantee that they are authorized by their true authors. The site should have following features: -a user can add a text -the text is added along with tags -texts can be searched according to a mix of: title / author / date / tags -people can review texts by giving a rating and a comment -people can report...