DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=38103>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=38103 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW ------- Additional Comments From [EMAIL PROTECTED] 2006-01-11 21:53 ------- (In reply to comment #4) > (In reply to comment #3) > > It looks much better now, but it is not resolved yet. > Is the original problem solved by the nightly build? yes > > HTTPSampler2 still cannot be mixed with HTTPSampler. Currently it is not > > possible to post one request using HTTPSampler then another one using > > HTTPSampler2 and have the same session be used. > This is impossible - there is no access to the sockets used by HTTPSampler. I'm not talking about using the same sockets. I'm talking about reusing by HTTPSampler2 cookies saved by HTTPSampler - currently it is not working. If I create a test plan which consists of HTTPSampler, HTTPSampler2 and a HTTPCookieManager it will not be possible for HTTPSampler2 to 'continue' flow started by HTTPSampler - it will simply 'forget' about SESSIONID parameter. In a result request sent by HTTPSampler2 will be treated as a new one not related to request sent by HTTPSampler before. > > In addtion, every exception during socket creation is treated as error. > Please, > > note, that when there are many threads working in the system it may not be > > possible to create another socket - there simply may not be enough available > > free ports in the system. IMHO sampler should try to bind to a socket several > > times before exception is rised. > Please raise this as a separate enhancement request. will do -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
