Asynchronous I/O


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Asynchronous I/O
# 1  
Old 08-13-2003
Data Help...Asynchronous I/O

Hello
Please help...

Asynchronous I/O ~ is it a default or needed to be enable in Solaris OS? (Solaris 8)
If needed to be enable, can anyone please show me how?

Thank you

Last edited by april04; 08-14-2003 at 07:40 PM..
# 2  
Old 08-13-2003
From SunSolve:
Quote:
How to configure the kernel async i/o parameter? According
to Sybase documentation, there is a Unix parameter which must
be set to accomplish this.

Resolution

There is no Solaris tunable or option to enable or disable
asynchronous i/o -- it is always available.

The Sybase documentation is vague about what exactly it is
that they want turned on/configured. This is probably just
a holdover from SunOS[TM] days. It is also possible that is
applies to other, current, Unix platforms, but it most
certainly does not apply to Solaris 2.x.
Since Sun is stating that there is no option to enable and you are asking about it - perhaps you should explain in more detail of what you are attempting to accomplish/solve?
# 3  
Old 08-13-2003
RTM,

This is a question from my colleague...Thanks for your help!


Subject: Asynch IO on Solaris

Enabled by default? Or need to configure? How to configure?


Last edited by april04; 08-14-2003 at 04:21 PM..
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

Looking for driver for SunSAI/P 3.0 (Serial Asynchronous Interface) card X2156A

I'm looking for driver for SunSAI/P 3.0 (Serial Asynchronous Interface) card X2156A for Solaris. It used to be on sun-solve, but I fail to find it on the Oracle site. Any help would be very appreciated! (1 Reply)
Discussion started by: Ira28
1 Replies

2. Programming

Asynchronous communication between master and slave threads

I am writing a process that has a master thread and a set of slave threads. Master thread is supposed to get jobs dynamically and assign to slave thread which is free. Master also get results back from slaves once a job is done. The number of slaves should be adjustable dynamically based on job... (1 Reply)
Discussion started by: tamil.pamaran
1 Replies

3. Solaris

Asynchronous I/O

Hi Guys, I am running Solaris 10 on T4 sparc server. How do I see if the O/S is using asynchronous I/O or DirectIO? Thanks in advance. (1 Reply)
Discussion started by: Phuti
1 Replies

4. AIX

Asynchronous I/O on AIX and DB performance

Hi, I would like to hear your thoughts about this. We are running our Data warehouse on DB2 DPF (partition environment) and I have notice that sometimes we hit the Asynchronous-I/O-Processes peak. DB2 relies heavily on Asynchronous I/O so I would believe this has an negative impact.We are... (10 Replies)
Discussion started by: arizah
10 Replies

5. Shell Programming and Scripting

Asynchronous shell scripts question - newbie

Hi All, I am fairly new to UNIX and very new to this forum too. This is my first post here. Here is my scenario - I have 3 scripts script1, script2 and script3. I want to start script1 and script2 asynchronously. Upon completion of both scripts script1 and script2, i want to fire the last... (4 Replies)
Discussion started by: taskeen21
4 Replies

6. Shell Programming and Scripting

execute remote script asynchronous

Does anyone know how to execute remote script asynchronously? Here is my command TargetList=$testmaker/config/prod_domain.list for targethost in `cat $TargetList`; do rsh $targethost -l bvuser "$HOME/var/script-root/afp/bin/run_nrtp_cache_flush.sh $appName" done (1 Reply)
Discussion started by: leemjesse
1 Replies

7. Programming

asynchronous control of threads

I am attempting to build a library that is transparent to the client code. A shared resource is used by many threads with their own synchronization code, but every once in a while, ALL threads need to be stopped for some background control thread to update this resource before proceeding. I have... (2 Replies)
Discussion started by: Corona688
2 Replies

8. UNIX for Advanced & Expert Users

Asynchronous I/O on sockets

Hi there, I wonder if there is a (free) UNIX that support asynchronous I/O on sockets. The Linux 2.6 kernel has supports for aio, but not for socket I/O. Anyone has some UNIX distros with aio for me ? Thx Mad (2 Replies)
Discussion started by: MadCoder
2 Replies
Login or Register to Ask a Question