You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by Julien Vermillard <jv...@archean.fr> on 2008/02/05 18:30:52 UTC

[Asyncweb] Recent additions & Who work on what ? roadmap ?

Hi,

I commited a few change to aweb :
 - a ServiceResolver who use regexp for match service :
org.apache.asyncweb.server.resolver.PatternMatchResolver
 - a HttpService for simply serving static files
org.apache.asyncweb.examples.file.FileHttpService
with it's FileMain for running a test server

What I'm going to work on : 
 - good caching policies for FileHttpService because today it's always
a cache miss
 - changing the API for serving http content per chunk and not in a big
IoBuffer

I'm commiting changes, but I'm just figured we don't really have a
roadmap, and I don't exacly who is working on what for Asyncweb.

Except Alex directory refactoring, which look good and finished who is
working on what on the Asyncweb subject (server related not AHC
because it's pretty clear now on this subject) ?

The idea is to know the step to achieve before firing a vote
for a release, or Asyncweb will starve in the trunk..

Julien

Re: [Asyncweb] Recent additions & Who work on what ? roadmap ?

Posted by Alex Karasulu <ak...@apache.org>.
I just added all of us to the MINA group which asyncweb uses the permissions
scheme for.  Looks like most people were still in the directory group.
Anyways let me know if there are problems.

We still need someone to go after these issues that need now to be moved
into the ASYNCWEB project.


... ooops people having trouble with this on IRC.  Will fix and post back.

Alex

On Feb 5, 2008 1:58 PM, Mike Heath <mh...@apache.org> wrote:

> Julien Vermillard wrote:
> > Hi,
> >
> > I commited a few change to aweb :
> >  - a ServiceResolver who use regexp for match service :
> > org.apache.asyncweb.server.resolver.PatternMatchResolver
> >  - a HttpService for simply serving static files
> > org.apache.asyncweb.examples.file.FileHttpService
> > with it's FileMain for running a test server
> >
> > What I'm going to work on :
> >  - good caching policies for FileHttpService because today it's always
> > a cache miss
> >  - changing the API for serving http content per chunk and not in a big
> > IoBuffer
> >
> > I'm commiting changes, but I'm just figured we don't really have a
> > roadmap, and I don't exacly who is working on what for Asyncweb.
> >
> > Except Alex directory refactoring, which look good and finished who is
> > working on what on the Asyncweb subject (server related not AHC
> > because it's pretty clear now on this subject) ?
> >
> > The idea is to know the step to achieve before firing a vote
> > for a release, or Asyncweb will starve in the trunk..
>
> We have a JIRA project https://issues.apache.org/jira/browse/ASYNCWEB.
> We should start using it.  I haven't checked but I would imagine that
> there are issues at Safehaus that should be moved over.  There are
> probably issues in Geronimo that should be moved over for AHC too.
>
> -Mike
>

Re: [Asyncweb] Recent additions & Who work on what ? roadmap ?

Posted by Mike Heath <mh...@apache.org>.
Julien Vermillard wrote:
> Hi,
> 
> I commited a few change to aweb :
>  - a ServiceResolver who use regexp for match service :
> org.apache.asyncweb.server.resolver.PatternMatchResolver
>  - a HttpService for simply serving static files
> org.apache.asyncweb.examples.file.FileHttpService
> with it's FileMain for running a test server
> 
> What I'm going to work on : 
>  - good caching policies for FileHttpService because today it's always
> a cache miss
>  - changing the API for serving http content per chunk and not in a big
> IoBuffer
> 
> I'm commiting changes, but I'm just figured we don't really have a
> roadmap, and I don't exacly who is working on what for Asyncweb.
> 
> Except Alex directory refactoring, which look good and finished who is
> working on what on the Asyncweb subject (server related not AHC
> because it's pretty clear now on this subject) ?
> 
> The idea is to know the step to achieve before firing a vote
> for a release, or Asyncweb will starve in the trunk..

We have a JIRA project https://issues.apache.org/jira/browse/ASYNCWEB.
We should start using it.  I haven't checked but I would imagine that
there are issues at Safehaus that should be moved over.  There are
probably issues in Geronimo that should be moved over for AHC too.

-Mike