hi!

I'm using the excalibur event package to manage
asynchronous processing and sometimes it seems that a
command is not being executed.
I'm running my application under tomcat 4.1.24 and sun
jre 1.3.1_03.
Here's the snipet which register my command to be
queued:
...

// creates a Command manager
final CommandManager commandManager = new
CommandManager();
// tells the ThreadManager to register 
m_threadManager.register(commandManager);
// creates my command
final AnticipeCommand anticipeCommand = new
AnticipeCommand();
ContainerUtil.parameterize(anticipeCommand,
p_runParams);
// enqueue the command
final Sink commandSink =
commandManager.getCommandSink();
commandSink.enqueue(anticipeCommand);

...

I'm facing this strange behavour only under heavy
load.
Any clue?

thanks a lot

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran�ais !
Yahoo! Mail : http://fr.mail.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to