P
Petar Puskarich
Guest
Anyone know for certain how sockets are handled in asynch mode? We will probably know for certain in about 30 mins after running our next test but wanted to ask here. At present it appears the asynch call even when setup say ever 10 seconds per recall, appear to make the call, shut down the socket, and then recreate a new one. Is there a way to to have it use http 1.1 style sockets? Ie set the persistent connection type for fast enough back to back asynch calls? Even with finwait_2 set to 30 seconds on the Apache webserver side, those socket levels build up rather fast when this typical use case has 5 asynchs hitting every 5 seconds each per vuser. I'm not thrilled with this apps design in general and it's showing it's scalability flaws quickly! We are ruling out perhaps our script side socket handling since manual users don't seem to create nearly as many sockets. Or perhaps we also have something squirrely with our load balancer too!