Hello Guru's.

I've got some .dll i use for my ASP site. It's all working perfectly, etc etc etc etc.

Now, there's a bit of code in there that emails someone, something. It's a 3rd party product, which we -have- to use. Please, just try me on this.

Now, i was hoping to have my code FORK OFF a new Process, which does the 3rd party email, etc....

Is there any chance i could have this happen? This way, in -MY- code, when i hit the email bit, i fork off the email (which can happen as slow as it wants to), but my code keeps on working normally, not waiting OR CARING about the process at all. If the forked off process fails, or something bad goes wrong .. i don't care. i'll do some other handling in there.

Please tell me this can be done. I'm using Visual Basic to make the .dll also.


Thank you kindly to any help forthcoming.

-Pure Krome-