Michael Schnell schrieb: > TList.Add is not "cross-instance-thread safe" (multiple threads using > the same instance's "Add" procedure will result in erroneous behavior). How would you expect a thread-safe version to work? A TList doesn't serialize requests, this would have to be added separately. DoDi