多线程一个过程 [英] multithread a process

查看:79
本文介绍了多线程一个过程的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,


我可以使用php来多线程邮件()或类似的东西吗?在我的公司

i需要发送多份电子邮件到几百个附带的

和我的清单。


代替一遍又一遍地调用邮件我想通过这个

流程来解决。


有人会指点我一些文档或者是一个

从哪里开始呢?


欢呼


-jpdr

TTG

Hello,

can i use php to multithread mail() or something similar? in my company
i need to send multiple copies of email to a few hundred ppl affilated
and on my list.

instead of calling mail over and over again i would like to thread this
process.

could someone point me to some documentation or perhaps an example of
where to start with this?

cheers

-jpdr
TTG

推荐答案

2003年8月18日星期一14:22:54 +0000(UTC)

< message -id:bh ********** @ hercules.btinternet.com>

haptiK< ha **** @ yahoo.com>写道:
On Mon, 18 Aug 2003 14:22:54 +0000 (UTC) in
<message-id:bh**********@hercules.btinternet.com>
haptiK <ha****@yahoo.com> wrote:
你好,

我可以用php来多线程邮件()或类似的东西吗?在我的公司里,我需要将多份电子邮件发送到我的清单上的几百个人手中。

而不是反复拨打邮件我想线程
这个过程。

有人可能会给我一些文档,或者可能是一个从这里开始的例子吗?

欢呼声>
-jpdr
TTG
Hello,

can i use php to multithread mail() or something similar? in my
company i need to send multiple copies of email to a few hundred ppl
affilated and on my list.

instead of calling mail over and over again i would like to thread
this process.

could someone point me to some documentation or perhaps an example of
where to start with this?

cheers

-jpdr
TTG



bcc邮件?


问候,


Ian

-

Ian.H [Design&开发]

digiServ网络 - 网络解决方案
www.digiserv.net | irc.digiserv.net | forum.digiserv.net

编程,网页设计,开发&托管。


bcc the mails?

Regards,

Ian
--
Ian.H [Design & Development]
digiServ Network - Web solutions
www.digiserv.net | irc.digiserv.net | forum.digiserv.net
Programming, Web design, development & hosting.


你好伊恩:)

感谢您的回复。


我是不完全确定Bcc的作用,但我确实知道它是一个盲目的碳

复制意味着每个人都得到一份没有其他人的电子邮件副本

知道谁收到了它。


我还想讨论线程化邮件的过程。


其他任何想法?


Ian.H [dS]写道:
hello Ian :)
Thanks for your response.

I''m not completly sure what Bcc does, but i do know it is a Blind Carbon
Copy meaning everyone gets a copy of the email without anyone else
knowing who recieved it.

I would still like to discuss threading the mail process.

any other ideas?

Ian.H [dS] wrote:
2003年8月18日星期一14:22:54 +0000(UTC)
< message-id:bh ** ********@hercules.btinternet.com>
haptiK< ha **** @ yahoo.com>写道:

On Mon, 18 Aug 2003 14:22:54 +0000 (UTC) in
<message-id:bh**********@hercules.btinternet.com>
haptiK <ha****@yahoo.com> wrote:

你好,

我可以用php来多线程邮件()或类似的东西吗?在我的公司里,我需要将多份电子邮件发送到我的清单上的几百个人手中。

而不是反复拨打邮件我想线程
这个过程。

有人可能会给我一些文档,或者可能是一个从这里开始的例子吗?

欢呼声>
-jpdr
TTG
Hello,

can i use php to multithread mail() or something similar? in my
company i need to send multiple copies of email to a few hundred ppl
affilated and on my list.

instead of calling mail over and over again i would like to thread
this process.

could someone point me to some documentation or perhaps an example of
where to start with this?

cheers

-jpdr
TTG



bcc邮件?

问候,

伊恩






2003年8月18日星期一14:42:38 +0000(UTC)

< ; message-id:bh ********** @ hercules.btinternet.com>

haptiK< ha **** @ yahoo.com>写道:
On Mon, 18 Aug 2003 14:42:38 +0000 (UTC) in
<message-id:bh**********@hercules.btinternet.com>
haptiK <ha****@yahoo.com> wrote:
你好Ian :)
感谢您的回复。

我不完全确定Bcc的作用,但我知道它是一个Blind
Carbon Copy,意味着每个人都可以获得电子邮件的副本而无需任何人知道谁收到了它。



是的,几乎你已经将''To''标题设置为你自己的邮件地址,

然后列出其他的作为BCC的人。


这将只使用一个mail()调用而不是循环的

版本。


我还是想讨论线程化邮件的过程。

任何其他的想法?
hello Ian :)
Thanks for your response.

I''m not completly sure what Bcc does, but i do know it is a Blind
Carbon Copy meaning everyone gets a copy of the email without anyone
else knowing who recieved it.

Yup, pretty much you''d set the ''To'' header to your own mail address,
then list the others as people to BCC.

This would then just use a single mail() call rather than a looped
version.


I would still like to discuss threading the mail process.

any other ideas?



足够公平..但不能提供任何关于这部分的建议/想法..不是

实际上认为它在过去tbh ..所以我在这里感到茫然

=)


问候,


Ian


-

Ian.H [设计&开发]

digiServ网络 - 网络解决方案
www.digiserv.net | irc.digiserv.net | forum.digiserv.net

编程,网页设计,开发&托管。


Fair enough.. but can''t offer any advice / ideas on this part.. not
actually thought it in the past tbh.. so I''m at a loss for info there
=)

Regards,

Ian

--
Ian.H [Design & Development]
digiServ Network - Web solutions
www.digiserv.net | irc.digiserv.net | forum.digiserv.net
Programming, Web design, development & hosting.


这篇关于多线程一个过程的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆