B
Boki
Hi All,
I need to let user type some text in a textbox, and user will click a
button to submit the material.
It is very straightforward if we implement it by single thread.
But the submitting costs a lot of time, especially there are some
network latency.
I can't let user wait until the submitting is complete. ( my every
posting costs about 35 seconds)
So, I have to queue the strings that were typed by user, I need:
1. URL string.
2. User comments. ( string, but include newline, is that workable ? )
If I use writeline, the user comment might more than one line.
and I hope I don't need to control many text files at the same time.
Please give me your ideas.
Thanks!
Best regards,
Boki.
I need to let user type some text in a textbox, and user will click a
button to submit the material.
It is very straightforward if we implement it by single thread.
But the submitting costs a lot of time, especially there are some
network latency.
I can't let user wait until the submitting is complete. ( my every
posting costs about 35 seconds)
So, I have to queue the strings that were typed by user, I need:
1. URL string.
2. User comments. ( string, but include newline, is that workable ? )
If I use writeline, the user comment might more than one line.
and I hope I don't need to control many text files at the same time.
Please give me your ideas.
Thanks!
Best regards,
Boki.