Sending multiple Replies

Nirmal Patil writes:
 >  
 > Hello all:
 > 
 > In the application that I am *thinking* of developing, I take input from
 > a user through forms .. based on some parameters I would like to 
 > throw updates to the user at regular intervals .. meaning I have to 
 > send multiple replies for a single request ... 
 > 
 > How would this be possible in Jigsaw? Would appreciate some pointers/help.

Your question isn't really related to Jigsaw but rather to http. The
only available way of doing that is to use a MIME multipart stream,
which is indeed doable under Jigsaw (even though there is not much
help to generate multipart streams)

Anselm.

Received on Wednesday, 23 July 1997 02:39:50 UTC