Generally you want to avoid using Subjects. In my experiance it is a sign you are doing something wrong. Observable.Create or perhaps Generate are normally better fits.
I would be interested to see what you are actually trying to do to see if we can provide a better answer.
Lee