<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<blockquote cite="mid:4F121276-2725-46D4-9CDE-D4ED3FF410A8@jbrisbin.com"
type="cite">
<div>
<div><span class="Apple-style-span"
style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Palatino; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"><span
class="Apple-style-span"
style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Times; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"><span
class="Apple-style-span"
style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;">
<div style="word-wrap: break-word;">
<div>
<div><font class="Apple-style-span" face="Palatino" size="4"><span
class="Apple-style-span" style="font-size: 14px;"><span
class="Apple-style-span" style="font-size: medium;"><br>
</span></span></font></div>
<div><font class="Apple-style-span" face="Palatino" size="4"><span
class="Apple-style-span" style="font-size: 14px;"><span
class="Apple-style-span" style="font-size: medium;">What are the
advantages to using the gen_server2 module rather than stock erlang
gen_server? Would it be better in general for the webhooks plugin to
use gen_server2?</span></span></font></div>
<font size="4"><font face="Palatino"></font></font><br>
</div>
</div>
</span></span></span></div>
</div>
</blockquote>
<br>
Hi Jon,<br>
<br>
gen_server2 is a modified version of Erlang's gen_server, used
internally in the broker. You can see a list of its modifications in
the header of gen_server2.erl.<br>
In general, it is advisable to stick with the stock gen_server version.<br>
<br>
Rgds,<br>
Vlad.<br>
<br>
</body>
</html>