- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Is larger sizes of FIFO from "mkfifo" supported
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2007 02:43 AM
07-31-2007 02:43 AM
Is larger sizes of FIFO supported?
How to change it?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2007 03:31 AM
07-31-2007 03:31 AM
Re: Is larger sizes of FIFO from "mkfifo" supported
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2007 12:48 PM
07-31-2007 12:48 PM
Re: Is larger sizes of FIFO from "mkfifo" supported
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2007 01:11 PM
07-31-2007 01:11 PM
Re: Is larger sizes of FIFO from "mkfifo" supported
# man 5 limits
http://www.opengroup.org/onlinepubs/009695399/functions/write.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2007 11:24 PM
07-31-2007 11:24 PM
Re: Is larger sizes of FIFO from "mkfifo" supported
I assume dscao means 11i V3, 11.31.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2007 01:33 AM
08-01-2007 01:33 AM
Re: Is larger sizes of FIFO from "mkfifo" supported
The number of bytes guaranteed to be written atomically is 8K. But here I'm not interested in the atomic writes. I'd like to know how many bytes can be written into a fifo before some bytes must be read out! It is always 8k from 11.00.
has the limit been lifted?
Is it adjustable? how?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2007 01:22 PM
08-01-2007 01:22 PM
SolutionThat's probably what atomic means in this case. You can only write PIPE_BUF bytes before someone has to read. This is discussed in the RATIONALE that Sandman provided, under "Complete/partial/deferred".
I don't see any kernel tunable for pipe or fifo for 11.31.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2007 01:51 PM
08-01-2007 01:51 PM
Re: Is larger sizes of FIFO from "mkfifo" supported
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2007 09:13 PM
08-01-2007 09:13 PM
Re: Is larger sizes of FIFO from "mkfifo" supported
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2007 02:39 AM
08-02-2007 02:39 AM
Re: Is larger sizes of FIFO from "mkfifo" supported
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2007 03:46 PM
08-02-2007 03:46 PM
Re: Is larger sizes of FIFO from "mkfifo" supported
Messages have very small size, around 200 bytes.
A kernel parameter "streampipes" can be used to raise the size of "pipe", but not "fifo".
AIX has a larger size of "fifo" up to 32k, at least. The app runs more stable, even if the CPU usage is around 98%! On HP-UX, there are many failures of requests, even if the CPU usage is at 90%!
A small margin means a lot in a head to head competition.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2007 02:32 PM
08-05-2007 02:32 PM
Re: Is larger sizes of FIFO from "mkfifo" supported
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2007 02:34 PM
08-05-2007 02:34 PM