|
From: Lei Z. <lz...@ju...> - 2004-01-09 23:23:30
|
William J. Mills wrote: >David, > >Is the threading model in the wrapper broken to the point where >two pfa() get called on the same channel in different threads? > I've noticed this too. I changed the threading model to one thread per channel a couple of months ago, that probably explains why I'm not having the problem that's bothering David. > >Why use pfa instead of pma? > I'm using pfa() for one of my profiles as well, because messages on that channel easily goes way over window_size. The 'How to write profile' documentation suggests to use pfa() in this situation after all... so I give up figuring out how beepcore-c's window resizing mechanism works... Lei |