[JBoss-user] [Clustering/JBoss] - Why I need non-optimized call

2006-04-02 Thread taba_youichi
I need a distributed job scheduler for my cluster.
The scheduler should be cluster-singleton. Otherwise every cluster-node polls 
database intensively.
The scheduler should run on cluster with failover. Otherwise scheduler becomes 
single-point-of-failure.
Two JBossAS instances on one node? This configuration is fragile because 
JBossAS instance sometimes dies silently (without any core file... JVM bug?). 
If scheduler instance dies and worker instance lives, no failover. Another 
partition for scheduler? That's may be an answer, but I prefer performance loss 
than complicated configuration. Complicated configuration is hard to maintain.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934204#3934204

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934204


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: How to stop optimization of remote call?

2006-03-30 Thread taba_youichi
Thanks!

The InvokerInterceptor is:
http://docs.jboss.org/jbossas/javadoc/4.0.2/org/jboss/invocation/InvokerInterceptor.java.html
The optimization is shown in hasLocalTarget(), isn't it?

But where is the org.acme.NoOptimizationInvokerInterceptor?
I cannot find it. Should I write it?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933788#3933788

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933788


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - How to stop optimization of remote call?

2006-03-30 Thread taba_youichi
I'm trying to call SLSB by round-robin. But JBossAS optimizes remote call to 
local call, so I cannot call the SLSB from same JBossAS instance.

The optimization is mentioned below:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=14030

But I found this topic:
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3808428

How do I configure jndi.properties to stop optimization of remote call?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933644#3933644

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933644


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user