[flexcoders] Re: Non-Blocking IO and BlazeDS Streaming

2008-09-22 Thread nkopcsek
Hi Anatole, thanks for the update :). Thanks alot, Norbert --- In flexcoders@yahoogroups.com, Anatole Tartakovsky [EMAIL PROTECTED] wrote: Norbert, I am finishing chapter on Flex Networking for new OReily book this month. It should be available on rough cuts mid/end of next month and

Re: [flexcoders] Re: Non-Blocking IO and BlazeDS Streaming

2008-09-17 Thread Anatole Tartakovsky
Norbert, I am finishing chapter on Flex Networking for new OReily book this month. It should be available on rough cuts mid/end of next month and will include jar, installation instructions and sample code . Thank you, Anatole On Mon, Sep 15, 2008 at 3:19 PM, nkopcsek [EMAIL PROTECTED] wrote:

[flexcoders] Re: Non-Blocking IO and BlazeDS Streaming

2008-09-15 Thread nkopcsek
Hi Anatole, being also interested in a NIO endpoint for BlazeDS, I'm wondering if your implementation is already available to the public. Greetings, Norbert --- In flexcoders@yahoogroups.com, Anatole Tartakovsky [EMAIL PROTECTED] wrote: Adam, We are setting different server this week with

Re: [flexcoders] Re: Non-Blocking IO and BlazeDS Streaming

2008-07-16 Thread Anatole Tartakovsky
Adam, We are setting different server this week with jetty for sample push apps - should post availability either in my or Yakov's blog. We will rehost Coenraets collaboration apps, Flex sample one as well as few financial samples of our own - do not know if you have another use case that you

[flexcoders] Re: Non-Blocking IO and BlazeDS Streaming

2008-07-15 Thread aduston1976
Anatole, Wow, this is great news. Thanks for letting everyone know. I wish I could make it to NY for your presentation, but I'll be stuck here in Chicago. 19th (http://www.eventbrite.com/event/126384018). Open source version should be available at OReily in the Rough Cuts code section of our

Re: [flexcoders] Re: Non-Blocking IO and BlazeDS Streaming

2008-07-14 Thread Anatole Tartakovsky
Adam, We completed Servlet 3 implementation of BlazeDS streaming - so you can scale your push servers as much as you need to. There is a bit of testing and revamped samples that need to be added, but Adobe samples app works without any changes on the Flex side. I will be showing Jetty

[flexcoders] Re: Non-Blocking IO and BlazeDS Streaming

2008-06-13 Thread aduston1976
Seth, Thank you very much for your thoughtful and very complete message. Is anyone else out there working on a Tomcat CometProcessor-based streaming implementation? I foresee about 2k LOC standing between the current code and one that includes an endpoint that can be used with a CometProcessor

RE: [flexcoders] Re: Non-Blocking IO and BlazeDS Streaming

2008-06-13 Thread Seth Hodgson
@yahoogroups.com Subject: [flexcoders] Re: Non-Blocking IO and BlazeDS Streaming Seth, Thank you very much for your thoughtful and very complete message. Is anyone else out there working on a Tomcat CometProcessor-based streaming implementation? I foresee about 2k LOC standing between the current code

Re: [flexcoders] Re: Non-Blocking IO and BlazeDS Streaming

2008-06-13 Thread Anatole Tartakovsky
Adam, 400 concurrent users is very low number - you might conside freee express LCDS 2.6 in single multicore CPU version to support that. Adobe creates standalone socket server (that you can place on the same servers port 80 with separate host name within domain/tcp address). Then you would

[flexcoders] Re: Non-Blocking IO and BlazeDS Streaming

2008-06-13 Thread aduston1976
Anatole, thank you sincerely for your message. I've always admired the Farata Systems blog posts and I will email you offline. Has anyone else taken a stab at this? Does anyone else have any thoughts about it? Thanks again, Adam --- In flexcoders@yahoogroups.com, Anatole Tartakovsky [EMAIL