Re: I will be difficult to reach for a few days

2008-06-13 Thread Julien Vermillard
On Thu, 12 Jun 2008 21:08:32 +0200 Emmanuel Lecharny <[EMAIL PROTECTED]> wrote: > Hi guys, > > just to let you know that I may not be very responsive in the next > few days. I have had a stupid accident (I felt in a stairway and > smashed my face down the ground... If you need picture to frighten

many requests simultaneous to server side

2008-06-13 Thread islam alnaggar
hello , i have client/server application i had wrote using mina framework so i have client do many requests simultaneous to server side like sending voip packets , getting text messages etc.. is there any problem with the threading issue, and i need to know the threading architecture that mina work

Re: AbstratPollingStuff... renaming

2008-06-13 Thread Julien Vermillard
On Tue, 10 Jun 2008 17:08:30 -0600 Mike Heath <[EMAIL PROTECTED]> wrote: > Julien Vermillard wrote: > > > > The polled is here because it's base classes for transport > > implementations using event strategy based on system calls behaving > > like poll() (which can be in fact poll, epoll, kqueue

Re: many requests simultaneous to server side

2008-06-13 Thread Alex Karasulu
On Fri, Jun 13, 2008 at 8:20 AM, islam alnaggar <[EMAIL PROTECTED]> wrote: > hello , > i have client/server application i had wrote using mina framework > so i have client do many requests simultaneous to server side > like sending voip packets , getting text messages etc.. > is there any problem

Re: many requests simultaneous to server side

2008-06-13 Thread islam alnaggar
thanks alex for ur reply my case that i have chat server must be able to serve multi concurrent requests from many clients such as sending text messages then routing those messages to other clients and i tested it and it works.. the issue is that same client have many requests simultaneous like se

Re: many requests simultaneous to server side

2008-06-13 Thread Alex Karasulu
On Fri, Jun 13, 2008 at 8:14 PM, islam alnaggar <[EMAIL PROTECTED]> wrote: > thanks alex for ur reply > my case that i have chat server must be able to serve multi concurrent > requests from many clients > such as sending text messages then routing those messages to other clients > and i tested i

Re: many requests simultaneous to server side

2008-06-13 Thread islam el-naggar
hello thanks alex for ur reponse , i don't matter about request order but, i need to know what about it , what happened when i need to care about the order of the messages? thanks islam On Sat, Jun 14, 2008 at 3:42 AM, Alex Karasulu <[EMAIL PROTECTED]> wrote: > On Fri, Jun 13, 2008 at 8:14 PM,

Re: many requests simultaneous to server side

2008-06-13 Thread Alex Karasulu
On Fri, Jun 13, 2008 at 8:55 PM, islam el-naggar <[EMAIL PROTECTED]> wrote: > hello thanks alex for ur reponse , i don't matter about request order > but, i need to know what about it , what happened when i need to care > about the order of the messages? > Request order is easy enough but when

Re: many requests simultaneous to server side

2008-06-13 Thread islam el-naggar
thanks alex ... On Sat, Jun 14, 2008 at 4:01 AM, Alex Karasulu <[EMAIL PROTECTED]> wrote: > On Fri, Jun 13, 2008 at 8:55 PM, islam el-naggar <[EMAIL PROTECTED]> > wrote: > > > hello thanks alex for ur reponse , i don't matter about request order > > but, i need to know what about it , what happ