Hi Henrik, hi Andreas,

> > Question:
> >> To work around the inter-process limit of 4096 byte long messages the
> >> router now supports storing the messages in Redis
> >
> > 1) Where comes this limit from?
> > POSIX IPC? PicoLisp IPC ?

> 1) As far as I remember from a discussion with Alex it's a "hard
> limit" (OS related).


I think this was about the constant PIPE_BUF

/usr/include/linux/limits.h

   #define PIPE_BUF        4096  /* # bytes in atomic write to a pipe */

Used to be just 512 bytes on older Unixes
♪♫ Alex
-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to