MP2 Underrun Filter (No EOS it seems!)

2004-04-13 Thread Greg Balmer
  last;    warn "\n **** SEEN EOS GB";  }  $b->read(my $bdata);  $bdata = '' unless defined $bdata;  push @data, $bdata;  }  return (join('', @data), $seen_eos);}   1;   Greg Balmer Mapflow4 Merrion Sq

[mp2] Using MP2 to rewrite URLs based on POST Body data

2004-04-07 Thread Greg Balmer
servlet container level but I cannot get fine grained control of the thread processing model (in TC or Weblogic), additionally this approach can lead to issues where the core HTTPServletRequest/Response objects are not guaranteed to be threadsafe (as per the Servlet API spec...)  Greg B