ChinaUnix.net
相关文章推荐:

Locking in OS Kernels for SMP Systems

大家好: 我的sco 5.0.5的smp注册号过期了,你们有没有长久的?谢谢

by liudan - 其他UNIX - 2003-03-18 12:03:28 阅读(830) 回复(3)

相关讨论

From: Duane Whitty Subject: locking fundamentals To: [email=freebsd-hackers@freebsd.org]freebsd-hackers@freebsd.org[/email] Message-ID: Content-Type: text/plain; charset=us-ascii Hello again, It seems to me that understanding locking holds the key to understanding fbsd internals. Could someone review my understanding of fbsd locking fundamentals. (No assertions here, just questions) lock_m...

by mingyanguo - BSD文档中心 - 2006-12-25 10:12:42 阅读(1680) 回复(0)

A nice artical talking about IDS locking :- http://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0609herber/

by IFMXDBA - Informix - 2006-09-16 01:07:19 阅读(1364) 回复(0)

小第对Double checked locking.有一些不明白的地方,请CU JAVA版的高手指教. 在使用单例模式的时候关键代码如下: [code] public class Singleton{ private static Singleton singleton = null; private Singleton(){ } public static Singleton getInstance(){ if(singleton == null){ synchronized(Singleton.class){ if(singleton == null){ sigleton = new Singleton()...

by 镖师甲 - Java - 2004-09-28 20:22:14 阅读(1187) 回复(9)

Why Monolithic kernels Aren't the End of the World Written by special contributor Diego Calleja on 2006-04-24 14:05:01 UTC http://www.osnews.com/story.php?news_id=14419 After the Why I like microkernels article, I thought it'd be useful to have a view from the "other side" of this endless war. While some of the reasons given by microkernel fans are true, the big picture is somewhat different a...

by richardhesidu - 内核/嵌入技术 - 2006-05-07 18:46:56 阅读(455) 回复(0)

关于Solaris 10、Linux 2.6、FreeBSD 5.3内核实现的一个简单比较 因为在论坛贴文控制格式很麻烦(抱歉,有点懒),不方便浏览出国的朋友,请拷贝QUOTE里面的代码到本地html文件;或者,找个代理浏览原文 A Comparison of Solaris, Linux, and FreeBSD kernels by Max Bruning October 14, 2005 [quote]

A Comparison of Solaris, Linux, and FreeBSD kernels

by Max Bruning

October 14, 2005

I sp...

by yuzlei - BSD - 2006-03-27 19:28:45 阅读(2060) 回复(6)

我有一个文件的属性是 2666 为什么说他是 Mandatory locking is enabled 环境是SOLARIS 8

by cuwiner - Solaris - 2007-05-20 16:59:34 阅读(975) 回复(0)

Is there anyway I can only lock 1 row of record instead of the whole table??? Please advise.

by toms1981 - DB2 - 2007-03-19 10:52:14 阅读(2160) 回复(7)

我用ports安装gnome2.14,出现以下提示,安装停止,怎么回事? ===> gnomevfs2-2.14.1_2 depends on executable: gmake - found ===> gnomevfs2-2.14.1_2 depends on file: /usr/local/bin/libtool - found ===> gnomevfs2-2.14.1_2 depends on file: /usr/local/bin/intltool-extract - found ===> gnomevfs2-2.14.1_2 depends on file: /usr/X11R6/libdata/pkgconfig/gnome-mime-data-2.0.pc - found ===> gnomevfs2-2...

by litiger - BSD - 2006-05-28 09:46:12 阅读(2350) 回复(10)

我的mysql数据库能够启动,但是不能连接,错误如下: linux:/var/lib/mysql # /etc/init.d/mysql restart Restarting service MySQL Shutting down service mysql done Starting service MySQL done linux:/var/lib/mysql # describe user...

by zhaowj237 - MySQL - 2006-02-17 16:16:48 阅读(1285) 回复(0)

系统安装了a和b两种应用,a支持smp,b不支持 a和b都是24小时不间断运行,请问这样开启smp对a有效果吗?

by thinkpadnb - BSD - 2009-07-06 11:00:34 阅读(1391) 回复(1)