Welcome to HostingForumz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

ISAPI Filter fails in load testing

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Related Topics:
IIS with ISAPI filter does not respond on load testing - I have an ISAPI filter on an IIS server. The filter seems to have a problem when it returns a on very large requests (load 1MB post). Around the 43rd request the IIS stops to the requests. There is no problem when the..

IIS manager don't want to load my ISAPI filter when done w.. - Of .net 2003 The same code works for VC++6. I always use the ISAPI wizzard. My ISAPI Extension works in VC++7 and VC++7. I use, ISS6 from Win 2003 server

problem with using ACT for load testing - Hello, I'm learning IIS and web and I have run into a problem, again. I have web pages running just fine, and they seem happy. So, I got to the chapter in the book about using Microsoft ACT for load testing, and decided that was a..

Recommendations invited. What tools do you use for Capacit.. - From the lack of response to my earlier enquiries it has become obvious that nobody uses WCAT utility, (or is prepared to admit they use it). We seem to have problems getting it to work except on one Website, and there we don't know what it..

ISAPI Filter in VB6 - Is it possible to write an ISAPI filter in VB6 (or VB.net for that matter). If so, how? Please? TIA, Owen
Next:  IIS: DCOM and IIS errors.....  
Author Message
Chandra Sekhar

External


Since: Feb 22, 2006
Posts: 1



(Msg. 1) Posted: Wed Feb 22, 2006 4:27 am
Post subject: ISAPI Filter fails in load testing
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi,

I have created a simple ISAPI filter which will do a 302 Redirect to a
new URL generated by manipulating the requested URL. When i test this
ISAPI on IIS under Load testing then the test clients are showing
'zero' response time after first three minutes. At this point of time i
also tried to check manually doubting whether that is because of any
error. when i browsed manually i received an "Internal Server Error".

I have done locking in the ISAPI using Critical Sections as i have seen
some mixing of request URLs when it performs the manipulation on the
requested URL.

Should we make our own locking or threading mechanism or IIS will take
care of this threading?

I felt the ISAPI filter might have got crashed. Is this the reason or
something else. Can somebody tell me how to diagnose this problem ?

Thanks in advance.

 >> Stay informed about: ISAPI Filter fails in load testing 
Back to top
Login to vote
patfilot

External


Since: Aug 24, 2003
Posts: 1478



(Msg. 2) Posted: Wed Feb 22, 2006 10:27 am
Post subject: Re: ISAPI Filter fails in load testing [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

For an ISAPI filter you need to assume that you can have multiple threads
entering any given function at a time. The filter is responsible for it's
internal data structures and ensuring that synchronization (via whatever
locking mechanism is appropriate). A filter may also create it's own thread
pool and post work to those threads, but if it does so then it must also
handle the re-synching of the response.

I think you need to debug the filter and determine the root cause of the
load problem. There is no indication that the problem is with threading or
locking or what have you any more than any other possible cause - potential
corruption that only manifests itself after 'X' hits where X is reached much
faster under load.


Pat



"Chandra Sekhar" <darbha.sekhar.TakeThisOut@gmail.com> wrote in message
news:1140611238.017490.20050@g43g2000cwa.googlegroups.com...
> Hi,
>
> I have created a simple ISAPI filter which will do a 302 Redirect to a
> new URL generated by manipulating the requested URL. When i test this
> ISAPI on IIS under Load testing then the test clients are showing
> 'zero' response time after first three minutes. At this point of time i
> also tried to check manually doubting whether that is because of any
> error. when i browsed manually i received an "Internal Server Error".
>
> I have done locking in the ISAPI using Critical Sections as i have seen
> some mixing of request URLs when it performs the manipulation on the
> requested URL.
>
> Should we make our own locking or threading mechanism or IIS will take
> care of this threading?
>
> I felt the ISAPI filter might have got crashed. Is this the reason or
> something else. Can somebody tell me how to diagnose this problem ?
>
> Thanks in advance.
>

 >> Stay informed about: ISAPI Filter fails in load testing 
Back to top
Login to vote
Shadul

External


Since: Mar 17, 2008
Posts: 1



(Msg. 3) Posted: Mon Mar 17, 2008 6:12 am
Post subject: RE: ISAPI Filter fails in load testing [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hmmm....I had the same issue sometime back.
Can you please share your kind so that we can figure it out.

From http://www.developmentnow.com/g/59_2006_2_0_0_702292/ISAPI-Filter-fail...n-load-

Posted via DevelopmentNow.com Groups
http://www.developmentnow.com
 >> Stay informed about: ISAPI Filter fails in load testing 
Back to top
Login to vote
David Wang

External


Since: Nov 14, 2007
Posts: 357



(Msg. 4) Posted: Mon Mar 17, 2008 11:26 pm
Post subject: Re: ISAPI Filter fails in load testing [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Mar 16, 11:12 pm, Shadul<shadulnar....RemoveThis@gmail.com> wrote:
> Hmmm....I had the same issue sometime back.
> Can you please share your kind so that we can figure it out.
>
> Fromhttp://www.developmentnow.com/g/59_2006_2_0_0_702292/ISAPI-Filter-fai....
>
> Posted via DevelopmentNow.com Groupshttp://www.developmentnow.com


You should be able to easily do the redirection without critsec/locks
successfully.

Without seeing the filter source code, it would be difficult to
suggest a solution since it is really very straight forward.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
 >> Stay informed about: ISAPI Filter fails in load testing 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]