Displaying 3 results from an estimated 3 matches for "relpac".
Did you mean:
relac
2008 Apr 03
5
[LLVMdev] PATCH: Use size reduction -- wave1
...good, some thoughts for the future:
>
> 1) Please (eventually) don't make the 'operator new' override be
> public. I'd actually prefer all memory alloc/dealloc stuff to be done
> privately to the (vmcore) .cpp files, not exposed through the header.
Okay. I guess these relpacement 'operator new' will go away in favor of
Foo::Create methods.
>
> 2) Eventually we'll need to make the dtor private as well.
Okay. So no more 'delete xxx;". But then we must be careful to
never call the Foo::Destroy() method on a NULL ptr.
>
> 3) Make sure th...
2006 Mar 30
4
Upgrading to 1.1 causes MySQL Lost Connections under WinXP
Ok so I updated my rails to version 1.1 and now all of a sudden I keep
getting the dreaded "Mysql::Error: Lost connection to MySQL server
during query: SHOW FIELDS FROM ..." I''ve read all the stuff on the net,
but none of it is working. I tried installing the mysql.so like
suggested here:
http://wiki.rubyonrails.org/rails/pages/HowToUseMySQLRubyBindingsOnWin32/
That sort
2010 Mar 26
23
RAID10
Hi All,
I am looking at ZFS and I get that they call it RAIDZ which is similar to RAID 5, but what about RAID 10? Isn''t a RAID 10 setup better for data protection?
So if I have 8 x 1.5tb drives, wouldn''t I:
- mirror drive 1 and 5
- mirror drive 2 and 6
- mirror drive 3 and 7
- mirror drive 4 and 8
Then stripe 1,2,3,4
Then stripe 5,6,7,8
How does one do this with ZFS?