help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

can parsers in bison work in multithreaded environment


From: Maansi Gupta
Subject: can parsers in bison work in multithreaded environment
Date: Wed, 7 Apr 2004 02:17:13 -0700 (PDT)

Hello,

1) I am using the bison++ compiler two develop two
parsers which are being used to parse two different
grammers in a single application

2) bison ++ uses some static variables and also some
global variables have to be used to enable reading for
a string buffer instead of a file. 

3) My query is that this kind of model using static
variables and global variables might generate problems
in a multithreaded  environment.

4) Has anyone used these compilers in a multithreaded
cenvironment. if yes then what are the precautions
that can be taken.

Thanks and Regards,
Maansi


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]