首页

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 (Page 11 of 15)



February 18, 2005

刚才聚会回来,看了一下昨天加在del.icio.us/Fenng中的红帽企业 Linux AS 4 发行注记.RHEL 4 还是不用ReiserFS.有一些变化对DBA来说应该加以注意,摘抄一点:

  • 首先关注一下内核相关变化:
    红帽企业 Linux 4 包括一个叫做 hugemem 的新内核。这个内核支持每进程 4GB 用户空间(其它内核只支持 3GB)和 4GB 直接内核空间。使用这个内核允许 红帽企业 Linux 在拥有大至 64GB 主内存的系统上运行。一般来说,配置了 16GB 内存以上的系统需要 hugemem。使用较少内存的环境也可以从这个内核中获益,特别是在运行能够从较大的用户空间中获益的应用程序的时候。
  • IO 相关的信息:
    虽然 红帽企业 Linux 4 包括对 rawio 的支持,但它已是一个过时的接口。如果您的应用程序使用这种接口,Red Hat 建议您改变您的应用程序,使它们通过 O_DIRECT 标志来打开块设备。rawio 接口会在当前的 红帽企业 Linux 4 中存在,但是它有可能会不再被包括在以后的发行版本中。 文件系统的异步 I/O(AIO)当前只支持 O_DIRECT 或是非缓冲的模式。另外,异步拉 (asynchronous poll) 接口已不再出现,管道 (pipes) AIO 也不再被支持。
  • 红帽企业 Linux 4 仍然提供对 LinuxThreads 的支持,但是 红帽企业 Linux 5 将不再包括对 LinuxThreads 的支持
  • 默认使用LVM2,添加了新的图形化的 Logical Volume Manager (LVM) 配置工具 - system-config-lvm
  • e2fsprogs.ext2online 工具被添加用来在线地扩大已存在的 ext3 文件系统
    需要注意的是,ext2online 并不能扩大它所在的块设备本身 — 一定要有足够的未被使用的空间在这个设备上。最简单的方法是使用 LVM 卷并运行 lvresize 或 lvextend 来扩展这个设备。

Continue reading "RHEL AS 4,Which change a DBA should pay more attention ?" »

| | Comments (0)


January 23, 2005

Sun 日前宣布Solaris 10 的Dynamic Tracing (DTrace)将开源,该软件的版权协议采用的是 Community Development and Distribution License (CDDL),基于 Mozilla Public License 1.1

Continue reading "Solaris 10's Dtrace Open Source !?" »

| | Comments (0)


January 22, 2005

在一份调查报告上看到了两份图表。第一个图表是 Most Used languages in Debian 3.0 。让我感兴趣的是LISP这样的“化石”语言仍然占到一个比较高的分额。而Python这样的新型动态语言在系统软件中应用还不够广泛。其中的 SLOC 代表 Source Lines Of Code.

Most Used languages in Debian 3.0

Continue reading "关于 Dibian 的两幅图表" »

| | Comments (1)


January 21, 2005

红帽子第三期电子杂志发布了。这一期最让我感兴趣的是 Coming soon to Enterprise Linux,有什么新功能会加入到 RHEL 中? D-Bus 将引入到企业版中.

What is D-BUS?
D-BUS is an IPC mechanism for sending and receiving messages across a common communications channel. At the protocol level D-BUS can be used as a peer-to-peer message transport for applications to communicate directly with each other. The real power of D-BUS comes from the bus daemons which act as routers for messages. There are two standard buses that a developer can rely on always being around. These are the system bus and the session bus. The system bus is a global daemon that any application running in any context can use as a transport. It is a single point where applications can export services that anyone can use. Only one system bus daemon can be run at a time. The session bus is a bus local to the current user's session. It is used for communication between applications running within the same X session. For every login to X, a session bus daemon is started.
dbus-nm-hal.png

Continue reading "Red Hat 电子杂志第三期" »

| | Comments (0)


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 (Page 11 of 15)