Re: [OpenSTA-users] IO Failed for VU 1-1 on connection 0/6 with error 64:(The specified network nam
Brought to you by:
dansut
|
From: Olaf K. <ok...@ab...> - 2007-03-12 14:32:00
|
Rajendran Chandrasekaran schrieb: > Hello All, > > I have been doing performance testing of a website, and when i try 100 VU's, > i get error " IO Failed for VU 1-1 on connection 0/6 with error 64: ( The > specified network name is no longer available, )., [...] > does this error arise when there is more load on the webserver ? > if so what is the response code it should return, If there is no connection to the webserver, there will be no HTTP protocol exchange on the line, thus no response code. And yes, Error 64 is the Winsock error, promoted directly from the underlying network api, more documentation about this error code may be found at Microsofts Windows API documentation (or at google). > (also when i tried to download the whole website and put in our lan network > and checked putting load, for as less as 25 users, i started getting error > 64 from opensta, so while i was loading from opensta, i opened a browser and > tried to connect to the localhost site, and it gave client error "403.9" > response code, too many users accessing, but when i test the real production > server (webserver has a Proxy server enabled), it does not give response > code '403') I'm not aware of any non-integer response codes - e.g. 403.9 to me is unknown. I believe "too many users accessing" is a pretty obvious error message. I suppose, there are too many users that currently access your server. If it doesn't happen when the server is configured differently, maybe the configuration makes a difference? Sorry, to me it's not clear, what you are asking here... Cheers, Olaf |