Re: simultaneous access !

Hi,

The strange thing here is that for the 2nd hit... I get a page with the integer
number value where the previous hit stopped.... This makes me surmise
that only one object is created and the same instance's get method is called
again ... 

Perhaps jigsaw 's caching ( Lookup etc ) tries to make use of resource
object which is already been created by previous request and not yet been 
destroyed .... ( comments ? ) but the thing that puzzles me is that why does 
the previous request kind of hang completely ...  or rather what happens to the
previous request.

Thoughts ????

Thanks,
Nirmal


>  
> Hi ,
> 
> I have a server push example (using Jigsaw) which sends the user html pages ...
>  each subsequent page contains an integer variable which is being incremented.
> When I try to make simultaneous hits to this resource... one of them stops
> and then other one continues ..  or rather only one continues and the other page
> seems to hang..
> Any thoughts on what might be happenning here... 
> 
> I kinda thought that a new ( or different ) Client object handles each request 
> and that a new instance of my resource object would be created for that 
> request and then that object/instance's get/post/handle method would be called. 
> Am i right here?
> 
> 
> Cheers !!!
>    Nirmal
> 
> 

Received on Sunday, 10 August 1997 19:12:08 UTC