<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">The last I heard, HipHop doesn't work
with Drupal because Drupal uses parts of PHP that HipHop doesn't
support. Really, HH is not a general solution for PHP performance
tuning. You have to write code with HH in mind for it to be
effective, which Facebook did when creating HH.<br>
<br>
As far as "protecting" source code, the GPL license basically says
you can't do that; or rather, it's worthless to do so because
anyone you distribute the code to is legally entitled to the
un-obfuscated source code as well. That includes any custom
modules you write. Note that only triggers if you distribute the
code to someone else; putting code on a web server does not count
as distribution (AFAIK), so the host is not legally entitled to do
anything with your code other than host it.<br>
<br>
That said, if your business model for your site relies on some
non-trivial set of modules remaining forever-secret, then your
business model is already buggered and you need to find a new
one. Really, the investment in working with the community rather
than building a lot of custom code that you have to maintain is
worth far more than your custom code. That will be especially
true then next time you decide to do a major version upgrade,
where you'll find yourself with a lot of custom code that only you
can possibly upgrade and no one willing to help you in the
slightest. That is a bad bad place to be.<br>
<br>
--Larry Garfield<br>
<br>
On 12/25/2012 05:38 PM, Austin Einter wrote:<br>
</div>
<blockquote
cite="mid:CANXt1k8yPPPkVWhVrNtD+Ba1HytFggAs=Lf5N-fJm+0tSU00pw@mail.gmail.com"
type="cite">
<div dir="ltr">
<div>
<div>
<div>
<div>
<div>Thanks a lot all.<br>
<br>
</div>
I know Drupal is open source, I wanted to protect only
the custom modules developed. I learnt from this
discussion that - <br>
<br>
</div>
1. Take a dedicated m/c, so root access is with me. That
gives some protection.<br>
</div>
2. Will go for a trusted / reputed web hosting company.<br>
<br>
</div>
On a side note, I read somewhere a separate branch is
maintained for Drupal code base (probably 7.4) that is
compatible with hihop use., Can somebody give more information
in this regard such as is it maintained and available for
latest Drupal 7 releases..<br>
<br>
</div>
<div>Thanks and Regards<br>
</div>
<div>Austin<br>
</div>
<div><br>
</div>
</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">On Tue, Dec 25, 2012 at 10:12 PM,
Richard Damon <span dir="ltr"><<a moz-do-not-send="true"
href="mailto:Richard@damon-family.org" target="_blank">Richard@damon-family.org</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 12/25/12 10:49 AM, Jarry wrote:<br>
> On 25-Dec-12 16:26, Austin Einter wrote:<br>
>> I am worried for few things. Lets say I will be
taking a dedicated<br>
>> server say from rackspace or doster or godady and
host my site as a<br>
>> commercial one.<br>
>><br>
>> I would not doubt the companies like rackspace or
godady ..., but<br>
>> difficult to believe admin engineers who may take
the source code and<br>
>> give it to somebody else for few dollars..,<br>
> Source code of what? Drupal or some modules? Drupal
is GPL-ed,<br>
> so anybody can have it. Or your own drupal-module?
I'm not sure<br>
> but I think if you develop something for Drupal, you
have to<br>
> distribute it under the same license at no charge. So
which<br>
> php-code you want to obfuscate and why?<br>
><br>
> Jarry<br>
> ---<br>
><br>
</div>
The GPL means that *IF* you distribute the results, you need
to provide<br>
the source, but there is no requirement to publish source if
you do not<br>
distribute your "product" (i.e. for your own use). This is
good, as it<br>
means you are not required to publish your settings.php file
with your<br>
database passwords!<br>
<br>
This does mean that if you produce as a product a Drupal
module, (I<br>
believe) you can not just distribute it as a protected file,
you need to<br>
provide the source for it, but this is only if you
distribute it.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Richard Damon<br>
</font></span>
<div class="HOEnZb">
<div class="h5"><br>
--<br>
[ Drupal support list | <a moz-do-not-send="true"
href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a>
]<br>
</div>
</div>
</blockquote>
</div>
<br>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
</blockquote>
<br>
</body>
</html>