How to write multi-thread program in Notes

Hi guys,Is there any way can let me write mulit-thread program in Notes? Just like the replicate/attachment download does.

I need download many documents to local db for further treatment. Due to the band width is quite low, so when the downloading happen, user’s interface will have no response for very long time.

I want write a program to download document at background, and print the progress info in the status bar to solve this problem.

I tried Java agent, but you see, there’re following problems

  1. The session must get from agent context, so even when I use this session to open the db on server, it still block current user thread and let user wait a very long time.

  2. I don’t know how to access the status bar from Java code, so there’s no easy way to tell user what happened.

Subject: How to write multi-thread program in Notes

This might help:http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/d715f138374ed10c85256f5800722a83?OpenDocument

HTH,

Dan

Subject: RE: How to write multi-thread program in Notes

ah, why Lotus don’t open their API to us for muti-thread programing.You know, the notes can do it in replicate and attch download.