Skip to content

Where did the "Connections" property go? #231

Answered by scottoffen
tmontney asked this question in Q&A
Discussion options

You must be logged in to vote

That property had been deprecated since by 4.1.0.0 and was removed in 4.2.

Specifically, between 4.0.0.195 and 4.0.0.252 I switched from my previous, clumsy attempt to manage my own thread pool to using ThreadPool.QueueUserWorkItem, which does a much better job at it than I. The Connections property was used in conjunction with the number of processors available to determine the size of the thread pool.

I allowed the property to perpetuate after this for backwards compatibility, but I added the obsolete attribute, as it no longer did anything.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@tmontney
Comment options

@scottoffen
Comment options

Answer selected by scottoffen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants