[JBoss JIRA] Created: (JBREM-650) Create bidirectional transport
by Ron Sigal (JIRA)
Create bidirectional transport
------------------------------
Key: JBREM-650
URL: http://jira.jboss.com/jira/browse/JBREM-650
Project: JBoss Remoting
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Affects Versions: 2.2.0.Beta1 (Bluto)
Reporter: Ron Sigal
Assigned To: Ron Sigal
Fix For: 2.2.0.Beta1 (Bluto)
JBossMessaging has a need for a transport which can do callbacks through a firewall, which implies the absence of a server socket on the client side. The multiplex transport satisfies this requirement, but its performance is not comparable with the performance of the socket transport. An alternative to multiplex with better performance is needed.
As described by Ovidiu Feoderov: "A transport that basically opens a socket from client to server and uses the same socket to send stuff from client to server and from server to client (no ServerSocket on the client side) with minimal overhead. It should be something very simple. And fast."
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 4 months
[JBoss JIRA] Created: (JGRP-392) disconnect() hangs forever on second client of group
by ?yvind Eikeland (JIRA)
disconnect() hangs forever on second client of group
----------------------------------------------------
Key: JGRP-392
URL: http://jira.jboss.com/jira/browse/JGRP-392
Project: JGroups
Issue Type: Bug
Affects Versions: 2.4
Environment: Windows XP.
java version "1.6.0"
Java(TM) SE Runtime Environment (build 1.6.0-b105)
Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode, sharing)
"UDP(mcast_addr=239.10.10.10;mcast_port=17000" +
";ip_ttl=8;" +
"mcast_send_buf_size=150000;mcast_recv_buf_size=80000):" +
"PING(timeout=2000;num_initial_members=3):" +
"MERGE2(min_interval=5000;max_interval=10000):" +
"FD_SOCK:" +
"VERIFY_SUSPECT(timeout=1500):" +
"pbcast.NAKACK(gc_lag=50;retransmit_timeout=300,600,1200,2400,4800):" +
"UNICAST(timeout=5000):" +
"pbcast.STABLE(desired_avg_gossip=20000):" +
"FRAG(frag_size=4096;down_thread=false;up_thread=false):" +
"pbcast.GMS(join_timeout=5000;join_retry_timeout=2000;" +
"shun=false;print_local_addr=true):" +
"pbcast.STATE_TRANSFER";
Reporter: ?yvind Eikeland
Assigned To: Bela Ban
Quite often, but not every time, when member 2 (not the coordinator) is disconnecting from the group, it will wait forever. This may be some configuration or network issue, but it would be very useful if a timeout could be specified in the JChannel.disconnect() method to get around this problem. Members are running in separate JVMs.
when a member/client is leaving a channel, we're calling these methods:
- channel.disconnect();
- channel.close();
This method is called from disconnect() today:
disconnect_promise.getResult(); // wait for DISCONNECT_OK
Instead, disconnect_promise.getResult(timeout); should be called. It does not seem to be possible to configure this timeout in the protocol stack
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 4 months
[JBoss JIRA] Created: (JBPORTAL-1220) WSRP session maintenance issue
by Julien Viet (JIRA)
WSRP session maintenance issue
------------------------------
Key: JBPORTAL-1220
URL: http://jira.jboss.com/jira/browse/JBPORTAL-1220
Project: JBoss Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 2.6.Alpha1, 2.4.1 SP1
Environment: BEA Weblogic 8 as a consumer
JBoss Portal as a producer
Reporter: Julien Viet
Assigned To: Chris Laprun
Fix For: 2.6.CR1, 2.4.2 Final
Attachments: Session.patch
When the portal creates a session (done by the portlet container) the cookie is sent to the consumer but it does not send the cookie back.
The solution I found that works (tested by a user from our community) is to leverare initCookie() to create an HTTP Session.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 4 months