Hi All,
I am trying to process multiple interleaved streams of data in a
single process/thread using yacc/bison. Let us say I am running a
server and have thousands of clients sending me requests at the same
time.
It seems the parser code uses global variables to keep its state while
parsing. I gu
Hans,
Thanks for the reply...I havn't tried any version yet. Do you think
that the latest version will support this and I won't have to
introduce custom code to save/restore its context?
Mohit.
On 5/29/05, Hans Aberg <[EMAIL PROTECTED]> wrote:
> At 23:53 -0700 2005/05/28, Mohit