Displaying 4 results from an estimated 4 matches for "unware".
Did you mean:
unaware
2006 Jan 17
6
Rails Best Practices Page
...nd this list).
Does anybody think it would be beneficial to have kind of like a rails
"Best Practices" page that lists some of the better ways of handling
certain functions of rails (that are common in most apps) that are
both more elegant, and efficient.
For example a lot of people are unware of the :include part of a find,
or maybe even using collection_of_partials. maybe taking the 10-20
most common tasks in rails, and showing the way the most seasoned
rails developers are handling the same problems?
I find myself 2 weeks after coding part of a project always saying,
"Man i sho...
2008 Jul 31
1
Can PV Guest use xenbus_printf to write information to xenstore?
...what I want is IP address, so, if guest can
write things to xenstore, I''d like it write its IP address into xenstore and
let domain0 reads it directly.
So, can anybody tell me whether a PV guest can do this?
For a hvm guest I am sure it can not write things to xenstore as it is
completely unware of xen''s exisitence.
Thanks in advance for your help.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2009 Jan 12
1
ZFS size is different ?
Hi all,
I have 2 questions about ZFS.
1. I have create a snapshot in my pool1/data1, and zfs send/recv it to pool2/data2. but I found the USED in zfs list is different:
NAME USED AVAIL REFER MOUNTPOINT
pool2/data2 160G 1.44T 159G /pool2/data2
pool1/data 176G 638G 175G /pool1/data1
It keep about 30,000,000 files.
The content of p_pool/p1 and backup/p_backup
2015 Aug 28
2
TSAN hack on AArch64 for Android
On 28 August 2015 at 18:02, Jason Kim <jasonk at codeaurora.org> wrote:
> IMO having to disable 2/3 of the tests means the patch isn't ready yet.
Dan is absolutely right.
> (*) The tests weren’t all stable to begin with.
That's not a reason to break them more. If you can't prove they're
correct, you can't prove you broken them more, especially on other
arches.