The size of result from vfork() + pipe()
Dear all,
I am using vfork()+pipe() to excute a system command, for example
"ifconfig LAN", and to get result by read the pipe. When my DRAM_SIZE
is configured as 8MB, I can get a full size of result, such as
440bytes, but when my DRAM_SIZE is configured as 16MB, I can only get a
incomplete result: 256bytes.
Can anyone tell me:
1. How to increase the size of pipe in uClinux?
2. Why does DRAM_SIZE incfluence the size of pipe?
My system configuration:
OS: uClinux
Processor: ARM946-ES
DRAM is 16MB
Thanks,
Kent
Email: bg2aw@xxxxxxxx
.
Relevant Pages
- broken upgrade of postfix_2.3.7-3 -> 2.3.8-2 (etch)
... Today's postfix update has broken my smtp configuration, ... enjoy any help troubleshooting - I have downgraded to 2.3.7-3 for the ... virtual unix - n n - - virtual ... maildrop unix - n n - - pipe ... (Debian-User) - Re: Issues about USB composite device driver
... The failed position is when I try to select configuration for USB ... device with USBD_CreateConfigurationRequestEx and submit it to host driver. ... But the problem is that where can I get the interface information and pipe ... the generic parent always selects ... (microsoft.public.development.device.drivers) - Re: Issues about USB composite device driver
... The failed position is when I try to select configuration for USB ... host driver can't support selecting configuration in composite USB ... information(ep address and pipe handle etc.) if I can't get those ... interface on your device, even though it is really second, third, ... (microsoft.public.development.device.drivers) - Re: Evolution Question
... > Yes, this I know, I meant for some one to pipe up and walk this ... > A) Is the person REALLY using Dovecot. ... > then to show him how to run it as an IMAP server. ... configuration is quite simple for most purposes. ... (Fedora) - Re: Creating and killing processes
... > process by executing a system command, ... > First I tried to open a pipe to the process by using the popen C ... but the problem is that I start a Java process and there are ... (comp.unix.programmer) |
|