dev@grizzly.java.net

Re: grizzly-1.9.2 : Should I replace Pipeline by ExecutorService ?

From: John <snake-john_at_gmx.de>
Date: Tue, 23 Dec 2008 18:29:28 +0100

I think yes.
please see Thread [HEADS UP] 1.9.0: Dropping the Pipeline interface here on the mailing list...

Many Greetings


  ----- Original Message -----
  From: Survivant 00
  To: dev_at_grizzly.dev.java.net
  Sent: Monday, December 22, 2008 8:34 PM
  Subject: grizzly-1.9.2 : Should I replace Pipeline by ExecutorService ?


  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 ?