|
|
From: avip <avital.pek...@gmail.com>
Date: Fri, 7 Nov 2008 11:53:36 -0800 (PST)
Local: Fri, Nov 7 2008 2:53 pm
Subject: Re: Php client
Hi Tim,
Not sure if you've already spotted this typo or not but in function
Also, I'm not sure if this is my misunderstanding of PHP, the way you
On Oct 14, 5:53 pm, "FaceySpacey.com" <jamesgillm...@gmail.com> wrote:
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: "Tim Gunter" <icyliq...@gmail.com>
Date: Fri, 7 Nov 2008 15:06:13 -0500
Local: Fri, Nov 7 2008 3:06 pm
Subject: Re: Php client
Hi,
Thanks for pointing that out. I need to roll a new release soon, just Regarding your questions, I think it's just a misunderstanding. $beanstalk refers to a pool of servers, and is represented by the $beanstalk then routes the peek_ready() call internally to an actual Since array_shift modified the passed array, the top level Does that make sense? - Tim I may have lost my way now Haven't forgotten my way home You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: avip <avital.pek...@gmail.com>
Date: Fri, 7 Nov 2008 13:11:25 -0800 (PST)
Local: Fri, Nov 7 2008 4:11 pm
Subject: Re: Php client
Hi,
Wow, that was a fast turn-around! I thought it would take days :)
I've been trying some very basic PHP scripts to learn the internals, I
$beanstalk->use_tube('test');
$nextJob = '';
if ($ret === 1)
I also turned debugging on and some simple debugging echos to
Normal output from "if (BeanStalk::DEBUG) echo __METHOD__."\n";":
Output from extra echo statements I added:
>read_message($data[1]);"
Writeback variable provided <--from inside of "if (!
is_null($in_writeback))" Output from code pasted above: --------------------------------------------------------------------------- ------------------------- PEEK OPERATION OK Next ready job= Not sure why this is happening, could be some type of misunderstanding
Thanks for a great lib and the feedback by the way! Much
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: "Tim Gunter" <icyliq...@gmail.com>
Date: Fri, 7 Nov 2008 16:15:38 -0500
Local: Fri, Nov 7 2008 4:15 pm
Subject: Re: Php client
Hey,
Yeah this is an issue with beanstalk clients like mine, and beanstalkd Avoid the peek modes for now. Stick to 'sequential wait' and 'random I will release v1.1 of my client shortly, and then the peek modes will I may have lost my way now Haven't forgotten my way home You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: avip <avital.pek...@gmail.com>
Date: Fri, 7 Nov 2008 13:33:45 -0800 (PST)
Local: Fri, Nov 7 2008 4:33 pm
Subject: Re: Php client
Ah! Of all the functions, I choose this one to test first with :)
Will avoid the peek modes until next version, as suggested.
Thanks again!
On Nov 7, 4:15 pm, "Tim Gunter" <icyliq...@gmail.com> wrote:
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: avip <avital.pek...@gmail.com>
Date: Sat, 8 Nov 2008 09:30:47 -0800 (PST)
Local: Sat, Nov 8 2008 12:30 pm
Subject: Re: Php client
Hi again Tim,
Running into some basic problems: I have a script that loads the queue
<code>
$beanstalk = BeanStalk::open(array('servers' =>
$beanstalk->use_tube('test2');
$job = $beanstalk->reserve();
BeanStalk::delete($job);
Almost straight out of the example, only difference is that put() and
BeanStalk::__call(use_tube)
Since I added some echos to original, my line 989 is: $data =
Is this related to the problems from yesterday? Also, you mentioned
Thanks!
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: avip <avital.pek...@gmail.com>
Date: Sun, 9 Nov 2008 12:56:57 -0800 (PST)
Local: Sun, Nov 9 2008 3:56 pm
Subject: Re: Php client
Hi yet again!
Scratch the last post. I spent more time experimenting with a telnet
For any other people who are completely new to beanstalkd and are like
Very important-and much farther down the protocol doc-is the
The "watch" command adds the named tube to the watch list for the
Take my code from above as example, seems like it should work because
Both the example or the example code above will timeout not because of
So, in the above piece of code I pasted, reserve() is actually trying
If you wish to consume jobs using PHP scripts in the background
Anyway, using "watch" fixes the problem for me, I hope this post saves
Thanks!
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
|
|
From: "Mike Czepiel" <czep...@gmail.com>
Date: Thu, 13 Nov 2008 09:30:16 -0800
Local: Thurs, Nov 13 2008 12:30 pm
Subject: Memory usage with 1.1 on OS X Leopard Server
Out of curiosity has anybody seen excessive memory usage with beanstalkd on I'm working with my system admin to revert back to an older beanstalkd to We're launching beanstalkd with launchd set to keep-alive. Initially there Any suggestions? Things to try? Thank you, You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: rezedit <reze...@gmail.com>
Date: Thu, 13 Nov 2008 11:26:39 -0800 (PST)
Local: Thurs, Nov 13 2008 2:26 pm
Subject: Re: Memory usage with 1.1 on OS X Leopard Server
Aforementioned system admin here. We actually see the memory usage
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: "Keith Rarick" <k...@xph.us>
Date: Fri, 14 Nov 2008 02:31:14 -0800
Local: Fri, Nov 14 2008 5:31 am
Subject: Re: Memory usage with 1.1 on OS X Leopard Server
On Thu, Nov 13, 2008 at 9:30 AM, Mike Czepiel <czep...@gmail.com> wrote: Can you send the output of a "stats" command on one of these overgrown > Any suggestions? Things to try? beanstalkd instances? I'm trying to reproduce it here. I'm submitting one job per second kr You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
| Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy |
| ©2013 Google |