Guest_imported
New member
- Jan 1, 1970
- 0
Consider for example one application has been developed which generates XML Template into Text Stream each for several level of business. Right now, in a minute the Application was able to generate for templates. So, according to my suggestion if we use the multithreading process we can simply multiply this generation process by the number of threads we instantiate i.e. for example if we use 2 threads for generation, the actual generation will become 2 X (Current-4) i.e. 8.
First of all theoretically it is totally true but practically when I thought of going for the implementation, right now I have seen that Multithreading can be implemented in the programming directly (Is it like Java ?).
But that time I thought it can be done through creating an Active X Exe and calling it for each and every generation from within the program. Any other alternative to increase the speed of the generation".
First of all theoretically it is totally true but practically when I thought of going for the implementation, right now I have seen that Multithreading can be implemented in the programming directly (Is it like Java ?).
But that time I thought it can be done through creating an Active X Exe and calling it for each and every generation from within the program. Any other alternative to increase the speed of the generation".