Skip to Main Content
VB.Net Web Developer's Guide
book

VB.Net Web Developer's Guide

by Syngress
September 2001
Intermediate to advanced content levelIntermediate to advanced
608 pages
23h 46m
English
Syngress
Content preview from VB.Net Web Developer's Guide
264 Chapter 6 • Advanced Programming Concepts
Good threadsafe code is written by properly using multithreading and paying
attention to designing your application properly.Threadsafe code operates prop-
erly when more than one thread executes it.
You can use events to simplify thread synchronization. If a process needs to
wait for another process to finish, it can wait for the event to raise.This is done
my designing the program so that functions wait for other functions to finish
using events.
NOTE
Although the SyncLock command is helpful, it is not a substitute for
writing robust, threadsafe code. When you are developing a multi-
threaded application, proper ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

VB.NET Core Classes in a Nutshell

VB.NET Core Classes in a Nutshell

Budi Kurniawan, Ted Neward

Publisher Resources

ISBN: 9781928994480