search for: mysef

Displaying 7 results from an estimated 7 matches for "mysef".

Did you mean: myself
2015 May 04
1
[PATCH v16 13/14] pvqspinlock: Improve slowpath performance by avoiding cmpxchg
...omments on other > parts of the series and I will send send out a new series without this > particular patch. Please wait a little while, I've queued the 'basic' patches, once that settles in tip we can look at the others. Also, I have some local changes (sorry, I could not help mysef) I should post, I've been somewhat delayed by illness.
2015 May 04
1
[PATCH v16 13/14] pvqspinlock: Improve slowpath performance by avoiding cmpxchg
...omments on other > parts of the series and I will send send out a new series without this > particular patch. Please wait a little while, I've queued the 'basic' patches, once that settles in tip we can look at the others. Also, I have some local changes (sorry, I could not help mysef) I should post, I've been somewhat delayed by illness.
2014 Aug 05
3
How to update MySQL with CentOS 6 in most unintrusive way - in regard to perl and PHP packages
Dear fellow CentOS users, for my few hobby projects (web games + forums) I have been using CentOS 5 (then 6) with Drupal and PostgreSQL plus few custom PHP and Perl scripts written by mysef. Since PostgreSQL version delivered with CentOS package has been a bit dated, I always used the PGDG packages: # rpm -qa | grep -i pgdg pgdg-centos93-9.3-1.noarch postgresql93-9.3.5-1PGDG.rhel6.i686 postgresql93-libs-9.3.5-1PGDG.rhel6.i686 postgresql93-server-9.3.5-1PGDG.rhel...
2010 Jun 30
0
XEN 4 - Slow performance in X enviroment
Hi there guys. I''m using xen 4 on gentoo, xen downloaded from repo and compiled mysef, when I switch to X it''s too slow, as if there were no hardware acceleration and as if I were using vesa driver instead, I''ve got an AMD QuadCore and 4GB or ram and an ATI graphic card. Do I have to enable something in particular on the kernel?, The kernel is compiled with the s...
2006 Jan 11
9
Prototype & Cookies
Has anyone written any "cookie" class using prototype? Basically, what I am looking for is if there is an easy way to store mutiple cookies in a single cookie using hash or something - easy writing and retrieval (updating the cookie value). For eg - If I had 25 cookies for my domain 5 of the cookies would either get dropped or not be set (as there is a limit of 20 cookies per domain).
2015 Apr 29
4
[PATCH v16 13/14] pvqspinlock: Improve slowpath performance by avoiding cmpxchg
On Fri, Apr 24, 2015 at 02:56:42PM -0400, Waiman Long wrote: > In the pv_scan_next() function, the slow cmpxchg atomic operation is > performed even if the other CPU is not even close to being halted. This > extra cmpxchg can harm slowpath performance. > > This patch introduces the new mayhalt flag to indicate if the other > spinning CPU is close to being halted or not. The
2015 Apr 29
4
[PATCH v16 13/14] pvqspinlock: Improve slowpath performance by avoiding cmpxchg
On Fri, Apr 24, 2015 at 02:56:42PM -0400, Waiman Long wrote: > In the pv_scan_next() function, the slow cmpxchg atomic operation is > performed even if the other CPU is not even close to being halted. This > extra cmpxchg can harm slowpath performance. > > This patch introduces the new mayhalt flag to indicate if the other > spinning CPU is close to being halted or not. The