Actually, the Perl component is a per-user daemon on the client. The server (which I'm not directly responsible for) is PHP over Apache, with the idea that you could just throw it up on commodity shared hosting if you wanted to.

This is a final-year programming project we're doing for undergraduate computer science credit. The basic story is that our supervisor's office is across the hall from the university's IT guys, and one of the IT guys wants an "open-source Dropbox I could run from my own servers". He's giving us very free reign with the project; we're largely determining the system requirements ourselves. But I'm trying to define those requirements in such a way that this will be broadly usable.

I suppose if necessary we can actually ship/build a suitable perl with the client; that just seems a bit extreme...

=cut
--Brent Royal-Gordon


In reply to Re^4: Can I expect to have ithreads available? by BrentDax
in thread Can I expect to have ithreads available? by BrentDax

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.