Multi Threading and Multi Processing
When to use them
Multi Threading: - It should be used for IO bound operations
Multi Processing: - It should be used for CPU bound operations
When to use them
Multi Threading: - It should be used for IO bound operations
Multi Processing: - It should be used for CPU bound operations