![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to ftp a pipe file | rainbow_bean | AIX | 3 | 04-21-2008 10:39 AM |
| will a named pipe always be size 0 on filesystem? | JamesByars | UNIX for Advanced & Expert Users | 4 | 03-01-2008 12:39 PM |
| command to find out total size of a specific file size (spread over the server) | abhinov | SUN Solaris | 3 | 08-08-2007 03:48 AM |
| Pipe Buffer Size | janet | AIX | 0 | 08-29-2006 04:30 AM |
| PIPE and FIFO buffer size | Jus | UNIX for Advanced & Expert Users | 1 | 08-20-2004 12:53 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi,
We have a HP Box and it has a PIPE fiile, "FPCREQ", which has the maximum number of bytes that is allowable to write into a "PIPE" is 8192 bytes. For the past few days we are facing quite a lot of problems in that box and it was cached for a very long period. When the cache is turned OFF, both the current and cached transaction pumped into the "FPCREQ", obviously at that point of time the write operation into the pipe will be greater than the read. This causes the "FPCREQ" pipe to hang and it needs a manual clearance. When PIPE is hung/full the write operation fails. Is there a possibility to increase the PIPE_BUF size..?? Please find below the header file (limits.h) entry: #define PIPE_BUF 8192 /*max number bytes that is guaranteed to be atomic when writing to a pipe */[/font] Gurus, Please help me find out the right way to solve the above issue: 1.Shall i increase the PIPE_BUF? is it possible or not? 2.add more read processes so that they can load balances and so the write/read count 'ld works smooth.. 3.Seperate load balanced mechanism for processing the FPCREQ pipe and then redirect it to the another PIPE.. simply multiple pipes Please help me!! Thanks in Advance! ***Moderators note: email removed Last edited by reborg; 04-17-2007 at 12:08 PM. |
| Forum Sponsor | ||
|
|
|
||||
|
Posting your email is against the rules, please read them.
|
||||
| Google The UNIX and Linux Forums |
| Thread Tools | |
| Display Modes | |
|
|