Re: Professional Support

2007-09-05 Thread Pat Chang - 1973
. Someone from the team please advise / respond, Pat Pat Chang - 1973 wrote: > > Hello, > > Does the Mina team offer professional support. i.e. paid support? > > This kind of support is critical for most of our paid clients to feel > confident to adopt mina as they would be conv

Re: P2P Audio / Video streaming

2007-09-05 Thread Pat Chang - 1973
e other side which handle raw TCP Streams and > stream the mp3 via MINA as client. I use the StreanerWriteFilter to > stream the mp3 ( which is stored in mysql). > If you have concrete questions just ask ;-) > > bye > Norman > > Pat Chang - 1973 schrieb: >> I thin

Re: P2P Audio / Video streaming

2007-09-05 Thread Pat Chang - 1973
. Since Mina offers a nice platform to program, we have considered it. Adam Fisk-3 wrote: > > Don't you still need to write it in some form of blocks, though? What > would > you do with raw UDP sockets that would be any different? > > On 9/5/07, Pat Chang - 1973 &l

P2P Audio / Video streaming

2007-09-04 Thread Pat Chang - 1973
Hi Friends, We are planning to build a P2P audio / video, client / server application. The question is: Here, since we are not sending data in blocks using session.write(), we need to stream the audio / video data as they arrive from the microphones. Taking the same chat example, would it be pos

Re: Synchronous communication without dropping connection

2007-09-04 Thread Pat Chang - 1973
stObj.notify(). Quite simple in the whole but it works fine and > you can easily support parallel requests from different threads. > > Regards, > > Michael > > > Pat Chang - 1973 wrote: >> >> Dear Maarten, >> >> Firstly, thanks for your respons

Re: Synchronous communication without dropping connection

2007-09-04 Thread Pat Chang - 1973
d help the new "learning" developers like us in quickly learning to use this great library. Thanks again in advance, Pat Maarten Bosteels-4 wrote: > > Hello Pat, > > On 9/4/07, Pat Chang - 1973 <[EMAIL PROTECTED]> wrote: >> >> >> Can someone ple

Re: Synchronous communication without dropping connection

2007-09-04 Thread Pat Chang - 1973
Can someone please answer my simple question. Would be much appreciated. Pat Chang - 1973 wrote: > > Hi, > > We want to implement synchronous communication. > > After session.write(ProtocolObj); and session.join();, the thread waits > until session is closed. &g

Professional Support

2007-09-04 Thread Pat Chang - 1973
Hello, Does the Mina team offer professional support. i.e. paid support? This kind of support is critical for most of our paid clients to feel confident to adopt mina as they would be convinced that support is available. Pat -- View this message in context: http://www.nabble.com/Professional-

Synchronous communication without dropping connection

2007-09-03 Thread Pat Chang - 1973
Hi, We want to implement synchronous communication. After session.write(ProtocolObj); and session.join();, the thread waits until session is closed. I would prefer the session to be open, because on the server side, I am maintaining the data in the server session to accept further data. Secon