RE: [PHP] operational musings

2007-02-28 Thread Bob Dusek
Cc: Robert Cummings; Jay Blanchard; php-general@lists.php.net > Subject: RE: [PHP] operational musings > > On Wed, February 28, 2007 3:32 pm, Bob Dusek wrote: > > Is there a well-known bug I'm up against with the IPC socket pair? > ... > > aren't sockets supposed to b

Re: [PHP] operational musings

2007-02-28 Thread Richard Lynch
On Tue, February 27, 2007 6:59 pm, Jay Blanchard wrote: > I had an interesting thought after watching a demo of a POS system and > wondered if the same type of methodology could be applied in a PHP > application. I haven't thought this all the way through, but a > fully-hatched idea like this could

RE: [PHP] operational musings

2007-02-28 Thread Richard Lynch
On Wed, February 28, 2007 3:32 pm, Bob Dusek wrote: > Is there a well-known bug I'm up against with the IPC socket pair? ... > aren't sockets supposed to be two-way communication? Put it this way... If my memory serves me correctly, and understanding that I'm talking about several years of list r

RE: [PHP] operational musings

2007-02-28 Thread Bob Dusek
munication? > -Original Message- > From: Richard Lynch [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 28, 2007 4:11 PM > To: Bob Dusek > Cc: Robert Cummings; Jay Blanchard; php-general@lists.php.net > Subject: RE: [PHP] operational musings > > Perhaps try j

RE: [PHP] operational musings

2007-02-28 Thread Richard Lynch
ully. > So, I know the socket_write function is getting called and doing > something. It just never returns. > > Anyone here have any ideas? > > I can send more details, and even chunks of pertinent code. > >> -Original Message- >> From: Robert Cummings [mai

RE: [PHP] operational musings

2007-02-27 Thread Bob Dusek
on processing system in an very busy retail location). > -Original Message- > From: Jon Anderson [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 27, 2007 8:38 PM > To: Jay Blanchard > Cc: php-general@lists.php.net > Subject: Re: [PHP] operational musings > > Wi

RE: [PHP] operational musings

2007-02-27 Thread Bob Dusek
ROTECTED] > Sent: Tuesday, February 27, 2007 8:13 PM > To: Jay Blanchard > Cc: php-general@lists.php.net > Subject: Re: [PHP] operational musings > > On Tue, 2007-02-27 at 18:59 -0600, Jay Blanchard wrote: > > Howdy cats and kittens! > > > > I had an interest

Re: [PHP] operational musings

2007-02-27 Thread Jon Anderson
Without any more than a few minutes worth of work, you can make MySQL do that with replication. Your in-store system could act as a slave to for the central system databases (any central updates trickle down to the slave automatically) and your in-store machine could be the master for the store

Re: [PHP] operational musings

2007-02-27 Thread Robert Cummings
On Tue, 2007-02-27 at 18:59 -0600, Jay Blanchard wrote: > Howdy cats and kittens! > > I had an interesting thought after watching a demo of a POS system and > wondered if the same type of methodology could be applied in a PHP > application. I haven't thought this all the way through, but a > fully

[PHP] operational musings

2007-02-27 Thread Jay Blanchard
Howdy cats and kittens! I had an interesting thought after watching a demo of a POS system and wondered if the same type of methodology could be applied in a PHP application. I haven't thought this all the way through, but a fully-hatched idea like this could signal a major change in applications