hello guys,
i have a static method. which can send progress status of inserted rows in db, i want to set this method in thread, so is this good approch to place static method in thread or not. while this method is not sharing any resource.
thanks in advance