[Lift] Re: Does memcache fit in here somewhere?

2009-01-07 Thread TylerWeir
Hey Bob, less about memcached and more about Lift in general, take a look at the book, Marius, Derek and I are writing: http://github.com/tjweir/liftbook/tree/master We'd love to get your feedback as a PHP guy. Thanks, Tyler On Jan 6, 10:27 pm, Bob Eastbrook baconeater...@gmail.com wrote: I'm

[Lift] Re: Does memcache fit in here somewhere?

2009-01-07 Thread Ramzi BEN YAHIA
David, What is the actual status of scala.actors.remote. I mean if you want to distribute your application, do you still need to use JMS or AMQP or something like that? Thx, Ramzi On Wed, Jan 7, 2009 at 5:15 AM, David Pollak feeder.of.the.be...@gmail.com wrote: Bob, memcached is failure.

[Lift] Re: Does memcache fit in here somewhere?

2009-01-07 Thread David Pollak
Ramzi, Remote Actors are fragile. AMQP (RabbitMQ) or ActorD ( http://code.google.com/p/actord/) are better options. ActorD has the advantage of having a memcached ABI (wire protocol interface) and can make it easy to migrate logic out of PHP or Rails code into Scala Actors. Thanks, David On

[Lift] Re: Does memcache fit in here somewhere?

2009-01-07 Thread Dano
Thanks for posting the presentation. Very informative, plus I love the chalkboard look and feel! Dan On Jan 7, 9:10 am, David Pollak feeder.of.the.be...@gmail.com wrote: Ramzi, Remote Actors are fragile.  AMQP (RabbitMQ) or ActorD (http://code.google.com/p/actord/) are better options.  

[Lift] Re: Does memcache fit in here somewhere?

2009-01-07 Thread Bob Eastbrook
I've read most of what you guys have up there so far. Before I knew about it, I was pretty much lost. Very much looking forward to the final product. My favorite thing about Lift is the use of Snippets. I work in PHP primarily without a framework, and I don't mind writing SQL but it's always

[Lift] Re: Does memcache fit in here somewhere?

2009-01-07 Thread David Pollak
On Wed, Jan 7, 2009 at 6:47 PM, Bob Eastbrook baconeater...@gmail.comwrote: I've read most of what you guys have up there so far. Before I knew about it, I was pretty much lost. Very much looking forward to the final product. My favorite thing about Lift is the use of Snippets. I work

[Lift] Re: Does memcache fit in here somewhere?

2009-01-06 Thread Randall R Schulz
On Tuesday 06 January 2009 20:15, David Pollak wrote: Bob, memcached is failure. ... Please look at this presentation. That's rather elliptic. Is there something less terse to go with it? Some more detailed paper or exposition of its thesis, perhaps? Thanks, David Randall Schulz