search for: bestest

Displaying 9 results from an estimated 9 matches for "bestest".

Did you mean: besteht
2015 Aug 18
1
logging into user mailboxes with admin credentials
...service; all accounts are local. We have a large number of users and for both management and security reasons it's not feasible to compile a list of all IMAP passwords. Is there a way to log into user IMAP accounts on Dovecot using a central administrative credential? Thanks! Warmest and bestest, Noam 510-332-3828 cell Noam Birnbaum Mac Daddy http://www.maccentricsolutions.com 877.luv.macs x666 tweet @noamb Tech support ---> 877.luv.macs or support at maccentricsolutions.com Luvvv us? _Yelp us!_ <http://www.yelp.com/biz/maccentric-solutions-san-francisco>
2014 Jun 12
2
[PATCH v11 09/16] qspinlock, x86: Allow unfair spinlock in a virtual guest
...rt and paravirt locks enabled at the same bloody time. There's 3 distinct cases: - native - virt - paravirt And they do not overlap. Furthermore, if there is any possibility at all of not polluting the native code, grab it with both hands. Native performance is king, try your very utmost bestest to preserve that, paravirt is a distant second and nobody sane should care about the virt case at all. If you want extra lock stealing in the paravirt case, put it in the slowpath code before you start queueing. -------------- next part -------------- A non-text attachment was scrubbed... Name: no...
2014 Jun 12
2
[PATCH v11 09/16] qspinlock, x86: Allow unfair spinlock in a virtual guest
...rt and paravirt locks enabled at the same bloody time. There's 3 distinct cases: - native - virt - paravirt And they do not overlap. Furthermore, if there is any possibility at all of not polluting the native code, grab it with both hands. Native performance is king, try your very utmost bestest to preserve that, paravirt is a distant second and nobody sane should care about the virt case at all. If you want extra lock stealing in the paravirt case, put it in the slowpath code before you start queueing. -------------- next part -------------- A non-text attachment was scrubbed... Name: no...
2007 Nov 19
0
Load Tests Monitoring in Zones with DTrace?
..... three local and one global zone, of course .... Anybody reading this ? .... Can anyone (Me or a moderator or s.b.) move this thread to the dtrace discussions? If yes, please advice or do so. Bestest Thilo -- This message posted from opensolaris.org
2006 May 11
18
Object constructors - Noob Question
...@foo Now, whenever I need to access data about foo I don''t need to cause any DB io, I can just grab foo from the session (it''s very small fyi). Here''s what I have: # Instantiate Foo @foo = Foo.new() @foo = session[:foo] # Grab Bar with Foo @bar = @foo.bar Is this the bestest Rails way of handling this? Is there a more concise way? -- Posted via http://www.ruby-forum.com/.
2014 Jun 12
0
[PATCH v11 09/16] qspinlock, x86: Allow unfair spinlock in a virtual guest
...> > There's 3 distinct cases: > > - native > - virt > - paravirt > > And they do not overlap. Furthermore, if there is any possibility at all > of not polluting the native code, grab it with both hands. > > Native performance is king, try your very utmost bestest to preserve > that, paravirt is a distant second and nobody sane should care about the > virt case at all. The patch won't affect native performance unless the kernel is built with VIRT_UNFAIR_LOCKS selected. The same is also true when PARAVIRT_SPINLOCKS is selected. There is no way ar...
2003 Mar 08
5
H323 on and on
...some results of my investigation... Could anyone help me with that? 3 Another question is what codecs can I use, while using h323 with asterisk? Somewhere it passed through my eyes that there is only g711 available, which seems to me as a joke. Anyone? Thanks in advance for helpful information. Bestest regards, Krzysztof Bujak =========================================================================== Ta wiadomosc zostala sprawdzona na obecnosc wirusow komputerowych przez system antywirusowy na serwerze IT Form. -------------- next part -------------- An HTML attachment was scrubbed... URL: <...
2014 Jun 11
3
[PATCH v11 09/16] qspinlock, x86: Allow unfair spinlock in a virtual guest
On Fri, May 30, 2014 at 11:43:55AM -0400, Waiman Long wrote: > Enabling this configuration feature causes a slight decrease the > performance of an uncontended lock-unlock operation by about 1-2% > mainly due to the use of a static key. However, uncontended lock-unlock > operation are really just a tiny percentage of a real workload. So > there should no noticeable change in
2014 Jun 11
3
[PATCH v11 09/16] qspinlock, x86: Allow unfair spinlock in a virtual guest
On Fri, May 30, 2014 at 11:43:55AM -0400, Waiman Long wrote: > Enabling this configuration feature causes a slight decrease the > performance of an uncontended lock-unlock operation by about 1-2% > mainly due to the use of a static key. However, uncontended lock-unlock > operation are really just a tiny percentage of a real workload. So > there should no noticeable change in