|
Re: threads
|
Posted: Jun 23, 2003 7:55 AM
|
|
1 - you can do it in many ways, to name some: you can do it using javascript or any other script langwage. But in this case I guess the Internet Explorer suspend till the 15 seconds end. You can also make it using java applet that emplements Runnable interface, so that the applet will run on its own thread.
2 - I guess it is three processes. If you write a program in any language, then you start this program a lot of times, and yet in your program there is nothing to do with threads.
|
|