For Programmers: Free Programming Magazines  


Home > Archive > Smalltalk > August 2006 > Comet for Seaside using VisualWorks?









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Comet for Seaside using VisualWorks?
enigmainorlando@aol.com

2006-08-14, 4:02 am

Been using Seaside to develop a web-based application. A poster
recently steered me to "Comet" for Seaside as a solution to my problem
of needing the server to update the client. After reading about it,
this is exactly what I need, and it looks great. Thing is, I've only
seen Comet for Seaside with Squeak, not anything else. Anyone know
whether this is available for VisualWorks or not?

Thanks

Michael Lucas-Smith

2006-08-15, 4:02 am

Hello enigmainorlando,

Comet is as simple as holding on to the action request. Eg: an Ajax
request is sent to Squeak - your Smalltalk code waits on a semaphore.
Your other code signals the semaphore when it's ready to transmit
data. Your waiting code wakes up and sends the reply back to the
browser.

Monday, August 14, 2006, 7:57:02 PM, you wrote:

> Been using Seaside to develop a web-based application. A poster
> recently steered me to "Comet" for Seaside as a solution to my problem
> of needing the server to update the client. After reading about it,
> this is exactly what I need, and it looks great. Thing is, I've only
> seen Comet for Seaside with Squeak, not anything else. Anyone know
> whether this is available for VisualWorks or not?


> Thanks




--
Best regards,
Michael mailto:michael.dontspam.lucas-smith@softwarewithstyle.com

philippe.marschall@gmail.com

2006-08-18, 4:02 am

enigmainorlando@aol.com wrote:
> Been using Seaside to develop a web-based application. A poster
> recently steered me to "Comet" for Seaside as a solution to my problem
> of needing the server to update the client. After reading about it,
> this is exactly what I need, and it looks great. Thing is, I've only
> seen Comet for Seaside with Squeak, not anything else. Anyone know
> whether this is available for VisualWorks or not?
>
> Thanks


The last word I heard from Lukas was that Comet for Squeak is not
really there yet.

The best place to ask such questions is the Seaside mailinglist:
http://seaside.st/Community/MailingList/

Philippe

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com