1748010 Members
4393 Online
108757 Solutions
New Discussion юеВ

Re: asynchronous io

 
SOLVED
Go to solution
Madhu Sudhan_1
Respected Contributor

asynchronous io

Hi friends,
How to enable asynchronous IO in Linux (Redhat).

Thanks,
Think Positive
2 REPLIES 2
Pal Szabo_1
Valued Contributor
Solution

Re: asynchronous io

Hi!

Mount your filesystem with
-o async opion.
Enable to your application to use the async io interface.
(For example squid compiled --enable async option)

Regards:
Paul
Pal Szabo_1
Valued Contributor

Re: asynchronous io

Some corrections:

The filesystems, which are mounted with the defaults
option (/etc/fstab) are enabled the async io default.
So you don't need to switch on in this case with -o option.