package org.biomoby.service;

/**
 * This interface is used by MobyServlet to determine if the processRequest()
 * method should be spawned in a separate thread.  Any subclass of MobyServlet
 * that implements this interface will automagically be multi-threaded.  By default,
 * the maximum number of threads allowed is the number of processors on the machine.
 */

public interface Asynchronous{}
