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