Normal
The Start method will be called once per MP session and the last time I looked the method is called within the main application's thread so you cannot loop within this method. You will need to either create a seperate thread, use timer or take a look at this.