realbasic-nug
[Top] [All Lists]

Re: [MBS] Can you tell my why my libcurl code is not yielding properly?

To: MBS REALbasic Plugin List <mbsplugins@monkeybreadsoftware.info>
Subject: Re: [MBS] Can you tell my why my libcurl code is not yielding properly?
From: Jann Gobble <janngobble@gmail.com>
Date: Tue, 28 Jul 2009 12:46:53 -0700
Authentication-results: mx.google.com; spf=neutral (google.com: 74.124.194.228 is neither permitted nor denied by best guess record for domain of realbasic-nug-bounces@lists.realsoftware.com) smtp.mail=realbasic-nug-bounces@lists.realsoftware.com; dkim=neutral (body hash did not verify) header.i=@gmail.com
Cc: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Delivered-to: listarchive@realsoftware.com
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=fH2re7je/WJaIihLIaEFAhfMjOO7dhblHFR6OJeVvC8=; b=wE4CD3HRHgkeMYPE9XUGVqM3IJrvo8NFUNu6TpnjZ7oXirDmTi7J6660HKUqtASdEO +LsfvtvqiVaUHJWU0zeBwTXbG0zL6U3VryXSOBLT4oXHSnsH5UR6tkx8XyJk8kG3tSMo 516Y42OUHP+mpYDhLrlWGvdNW85i9sUgvxmgQ=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=AGvQ8FqW1uVAxu5dpUMOJvX7TMGcgX95SJZCRqUxJ1Zbokg6q4JMARl2KIHknmAya5 sfnuahurIXkZOxoZPnHBPV0/S3La7fBZtnGVprJqa/lvfNb3L5UPNSvuGyhvdzH+gxM7 FsHd5jcEjWJJwek1hrbwqTLWQhaSzc3untngA=
In-reply-to: <3E544C90-87A0-484C-90CB-D864E51894A5@monkeybreadsoftware.de>
References: <AFCE6D44-14A4-4DC1-ADD9-4226DFFC41DF@gmail.com> <3E544C90-87A0-484C-90CB-D864E51894A5@monkeybreadsoftware.de>
Reply-to: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Sender: realbasic-nug-bounces@lists.realsoftware.com
Well, does a thread calling a method count?

I have this set as a method which all threads getting http_get info call to do their work.

A thread calling a method is still threaded, yes?

Jann


On Jul 28, 2009, at 12:38 PM, Christian Schmitz wrote:


Am 28.07.2009 um 19:01 schrieb Jann Gobble:

I thought that is
what .YieldTime was for?


YieldTime causes the plugin to call the plugin method REALYieldToRB.

It is up to REALbasic to do something with this method call.

Currently it seems like YieldTime has only effect if you call the
Perform method from a thread.

Greetings
Christian

_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>
  • Re: [MBS] Can you tell my why my libcurl code is not yielding properly?, Jann Gobble <=