On 28-Apr-2009 Josh803316 wrote: > Would it be foolish to try and do all 3 of these inside one kernel run? > Could an IKC server handle these types of requests without having to include > the other 2......with wheels and filters? I'm still very much learning the > ins and outs of POE so please excuse my naivete.
One thing you want to think long and hard about is concurrency. You must make totaly sure that you can handle multiple requests at the same time; data can have a sneaky way of becoming a global variables without you realising. But if you solve that, there should be no problem. -Philip
