Hi Tigran,
> I am quite happy with 1.9.19 and you sun rpc code shows a good
> performance. Is there any need to move to grizzly 2.0.x and if yes,
> is there any document describing a migration path?
IMO if you're happy w/ 1.9.19, you can still use it.
In general, Grizzly 2.0 has cleaner API and performance sensitive parts
are tunable (IOStrategy, MemoryManager) so we're able to optimize
processing for concrete usecases much better than for 1.9.x.
Talking about HTTP (http/http-server modules), Grizzly 2.0 is able to
process HTTP requests in completely asynchronous and non-blocking way,
which optimizes resource consumption. At the same time you don't have to
bother with low-level NIO API.
There is no migration guide at this point, but if you are familiar w/
1.9 API (and I know you are), after reading at least these two doc
sections [1], [2] and checking the sample [3] - you'd have an idea how
to migrate 1.9 code to 2.0.
Hope this will help.
WBR,
Alexey.
[1]
http://grizzly.java.net/nonav/docs/docbkx2.0/html/ch02s03.html
[2]
http://grizzly.java.net/nonav/docs/docbkx2.0/html/ch02s04.html
[3]
http://grizzly.java.net/nonav/docs/docbkx2.0/html/ch02s08.html
>
> Thanks,
> Tigran.
>
> On 04/18/2011 02:44 PM, Oleksiy Stashok wrote:
>> Hi,
>>
>> we're going to release Grizzly 2.0.1 this week.
>> Pls. let us know if you have any issues, features, which you think
>> should be addressed before.
>>
>> Thanks.
>>
>> WBR,
>> Alexey.
>