Run background process

Is it possible that we change the forground process to background process ?for example, while we are inserting the database but the insert process takes a long time , we change the process to be background process.
[228 byte] By [jarunee.meengerna] at [2007-11-27 4:46:07]
# 1
Just start another Thread for it. Implement Runnable and handle accordingly.
BalusCa at 2007-7-12 9:58:38 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...