× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



here is an excellent talk on PHP and websockets
https://www.youtube.com/watch?v=Q7Us_DjMbXU&t=17s

really bad if Zend does not support websockets.


On Sat, Feb 9, 2019 at 5:23 PM Nathan Andelin <nandelin@xxxxxxxxx> wrote:

On Fri, Feb 8, 2019 at 8:15 AM Steve Richter <stephenrichter@xxxxxxxxx>
wrote:

On the client side that means using the WebSocket class? Does the PHP
Zend
server support websockets?


On the browser side you can use:

a. Page refresh in a loop (primitive and resource intensive).
b. AJAX polling, perhaps every few seconds (client and server resource
intensive, delayed response).
c. AJAX long polling, where client waits, server alternates between
sleeping and polling (server resource intensive, delayed response).
d, Web sockets, where either side, both client and server can initiate
communications a any time (efficient, traditional socket I/O).

I don't think Zend Server supports web sockets, but I came across a
conference presentation that featured a technique where a separate PHP
process was run in tandem with a PHP web server, where the separate process
used a PHP compatible sockets library. The presenter said the workflow was
tricky, and not for the faint of heart.

The vast majority PHP chat services use option (b) above. I don't think
long polling is used much in PHP because each connection ties up a server
process. Shops typically run only a dozen or so PHP processes, and they
don't want to tie them up with sleep() calls.
--
This is the Web Enabling the IBM i (AS/400 and iSeries) (WEB400) mailing
list
To post a message email: WEB400@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/web400.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.