Showing headlines posted by dba477

« Previous ( 1 ... 22 23 24 25 26 27 )

Multithreaded RPC Server in White Box Linux 3 environment

  • LXer; By Boris Derzhavets (Posted by dba477 on May 15, 2005 8:31 AM EDT)
  • Story Type: Tutorial; Groups: Red Hat
Technique developed in [1] was tested in RHL 9 environment. Version of glibc in Red Hat Linux 9 is 2.3.2-11.9. I've got compilation failure attempting to compile file square_svc.c from [1] in White Box Linux 3 environment. Version of glibc differs from RHL 9's version and is 2.3.2-95.20. Following bellow is modified version of square_svc.c source code.This version of square_svc.c allows to build multithreaded RPC Server in White Box Linux 3 environment exactly as advised in [1]. References. 1.http://www.linuxgazette.com/node/9005

Migration Oracle10g non-ASM database to ASM on Linux86

  • linuxgazette.com; By Jason Waghorn (Posted by dba477 on Nov 5, 2004 7:16 AM EDT)
  • Story Type: Tutorial; Groups: Oracle
With the introduction of Oracle Database 10g, Oracle now provides Automatic Storage Management (ASM) that is optimized for Oracle files. You may decide to migrate to ASM with a piecemeal approach by allocating new Oracle data files into ASM as the database grows, however to receive the full benefits of ASM such as the ability to add or remove storage from the database configuration with automated balancing of the distribution of the data files without downtime, the entire database should be migrated to ASM.

Installing Oracle Database 10g with ASM on Linux x86

  • OTN; By by John Smiley (Posted by dba477 on Nov 1, 2004 5:10 AM EDT)
  • Story Type: Reviews; Groups: Red Hat
ASM is a fantastic new feature in Oracle Database 10g that provides the services of a filesystem, logical volume manager, and software RAID in a platform-independent manner. ASM can stripe and mirror your disks, allow disks to be added or removed while the database is under load, and automatically balance I/O to remove "hot spots." It also supports direct and asynchronous I/O and implements the Oracle Data Manager API (simplified I/O system call interface) introduced in Oracle9i.

Oracle 10g installation on RHEL AS 3,Red Hat FC 2 and 1

Exporting environment variable LD_ASSUME_KERNEL=2.4.1 will affect performance of Oracle 10g instance on Red Hat Linux starting with version 9, i.e. version with Native Posix Threads Implementation.

Asynchronous I/O for Oracle9iR2(9.2.0.5) on Red Hat Fedora Core 2

  • LXer; By Boris Derzhavets (Posted by dba477 on Oct 8, 2004 5:32 AM EDT)
  • Story Type: Tutorial; Groups: Oracle
Brief description of AIO implementation for Oracle9iR2(9.2.0.5) on Red Hat Fedora Core 2

Installing Oracle9i (9.2.0.5.0) on Red Hat Linux (Fedora Core 2)

  • www.idevelopment.com; By Jeff Hunter, Sr. Database Administrator (Posted by dba477 on Sep 24, 2004 4:13 PM EDT)
  • Story Type: Tutorial
The following article is a summary of the steps required to successfully install the Oracle9i (9.2.0.4.0) RDBMS software on Red Hat Linux Fedora Core 2. Also included in this article is a detailed overview for applying the Oracle9i (9.2.0.5.0) patchset.

Asynchronous I/O for Oracle9iR2(9.2.0.4) on Linux 2.6.8

  • ; By Boris Derzhavets (Posted by dba477 on Sep 19, 2004 5:23 AM EDT)
  • Story Type: Tutorial; Groups: Red Hat
First:

Download aio-stress.c from [1] and compile

gcc -Wall -laio -lpthread -o aio-stress aio-stress.c

Run aio-stress tests and make sure kernel does support AIO

Asynchronous I/O implementation for Red Hat Linux 9 .Relinking Oracle9iR2 to utilize AIO

  • LXer; By Boris Derzhavets (Posted by dba477 on Sep 8, 2004 4:33 AM EDT)
  • Story Type: Tutorial
Asynchronous I/O doesn't go along with Red Hat Linux 9 automatically. It's affecting performance of any database server working in Red Hat Linux environment , which is not RHEL Advanced Server or Entry Level Server

Multithreaded HTTP Server for Linux built up by the pool of threads multiplexing select() system call

  • LXer; By Boris Derzhavets (Posted by dba477 on Jun 17, 2004 7:49 AM EDT)
  • Story Type: News Story; Groups: LXer
Why “Advanced Linux Programming. New Riders Publishing, 2001” does fork to multiplex I/O building up an example of HTTP Server?

Multithreaded RPC Servers for Linux. Thread-safe code writing

  • ; By Boris Derzhavets (Posted by dba477 on May 28, 2004 4:30 AM EDT)
  • Groups: Red Hat
This article is supposed to give a positive answer for the question 23.10 from [1] Chapter "RPC" Originally only two files are taken from [1]: rdict.x and rdict_srp.c. All business logic is implemented into rdict_client.c file,generated by "rpcgen -a -M rdict.x" command. So,files rdict.c and rdict_cif.c (see [1] , Chapter "RPC") are just taken out.

« Previous ( 1 ... 22 23 24 25 26 27 )