dev@grizzly.java.net

grizzly-1.9.2 : Should I replace Pipeline by ExecutorService ?

From: Survivant 00 <survivant00_at_gmail.com>
Date: Mon, 22 Dec 2008 14:34:37 -0500

I just found out that the Class Pipeline isn't in Grizzly.

I had this :

Pipeline pipeline = new DefaultPipeline();
            pipeline.setMaxThreads(5);

            f_controller.setPipeline(pipeline);


should I just remove it from my code ?