• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

HOWTO: Transfer rate cap / bandwidth limitation [HELP]

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello people,

I've started to develop a application in java to do audio and video streaming (javascript player posting request to http urls (apache) and struts namespaces to find resource files).
I'd like to be able to monitor each connection from a different user, as well as limit the bandwidth per user (both TRANSFER RATE as well as TOTAL BANDWIDTH ammount).

Any ideas on how to do this with tomcat?
I may start using tomcat and grow into jboss, dunno for sure if tomcat is fully configurable inside jboss.

Thanks,

Carlos.

reply
    Bookmark Topic Watch Topic
  • New Topic