bug-myserver
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-myserver] Re: [Fwd: Re: something to play with]


From: Alexandru IANCU
Subject: [bug-myserver] Re: [Fwd: Re: something to play with]
Date: Thu, 23 Apr 2009 23:57:35 +0300

On Wed, 2009-04-22 at 22:58 +0200, Giuseppe Scrivano wrote:
> Andu, Thank you!
> 
> I'll take a look at your updated source code.  By the way, I wrote the
> lksctp developers asking about the sendfile feature (I CCed you). 
> I want to figure out how I can add SCTP to the connections scheduler.

I would remove recv call from ClientsThread. ClientsThread read from a
buffer and write to a socket(sockets write only to ClientsThread). This
pair should be provided by scheduler.

Andu.

> Beside the scheduler thing, that we need, and the sendfile feature, that
> is just desired, do you see other issues?
> 
> Giuseppe
> 
> 
> Alexandru IANCU <address@hidden> writes:
> 
> > Hi Giuseppe,
> >
> > something I just realized while playing with my sctp app: is it safe to
> > sctp_sendmsg on the same socket from different threads? 
> > Because the client decides to download different page's content on
> > different sctp streams(each assigned to a separate server's worker
> > thread).
> > So in fact, I should change my app the other way around: to handle
> > different requests on different threads to have a real user
> > case(attached is fully debugged version).
> >
> > Andu.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]