We have dispatcher and we are using very simple code block like following
if (method=="REGISTER" || method=="INVITE" ) {
     ds_select_dst("1", "2");
     t_relay();
   }
Does t_relay will keep all transaction in memory? and what will be the
performance issue?  we have ~200k cps calls.. what will be the impact?