• 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:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

How to encode wav in mp3 (server side ) without crashing down my server

 
Ranch Hand
Posts: 184
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I am looking for a solution in Java server side(J2EE or related) to distribut mp3 data to my clients.

So here is my future architecture:
purpose:
-encode wav data to mp3 server side : What API in java i can use?
-If there was a lot of clients (ie 1000000 clients ) who connect to my server, there will be 1000000 encodage (wav-mp3), it might require a lot of resourses to perform a such charges.I am sure my server will crash down.

What kind of technologies (Servlet, EJB, webservices or any API etc....) I can use to do that?

Thank you in advance

ould nadif
 
CAUTION! Do not touch the blades on your neck propeller while they are active. Tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic