<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Improving Alfresco, JLAN SMB performance in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/improving-alfresco-jlan-smb-performance/m-p/307530#M260660</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your reply.&amp;nbsp; Can you be more specific about why you think we wouldn't be able to build a working system?&amp;nbsp; Is it due to the SMB 3.0 protocol itself or because of how Alfresco is using it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 May 2013 17:23:39 GMT</pubDate>
    <dc:creator>zoe</dc:creator>
    <dc:date>2013-05-13T17:23:39Z</dc:date>
    <item>
      <title>Improving Alfresco, JLAN SMB performance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/improving-alfresco-jlan-smb-performance/m-p/307528#M260658</link>
      <description>Hi guys, We're looking to modify/extend Alfresco ECM's and JLAN's implementation of the SMB protocol to improve performance.&amp;nbsp; First question: We've searched through the JLAN documentation, source code and this forum but cannot find anywhere what version of SMB JLAN implements.&amp;nbsp; What version of SMB d</description>
      <pubDate>Fri, 10 May 2013 23:13:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/improving-alfresco-jlan-smb-performance/m-p/307528#M260658</guid>
      <dc:creator>zoe</dc:creator>
      <dc:date>2013-05-10T23:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Improving Alfresco, JLAN SMB performance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/improving-alfresco-jlan-smb-performance/m-p/307529#M260659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't think there is any specific smb version Implemented.&amp;nbsp;&amp;nbsp; And although specs are available now and getting better I don't think you would be able to build a working system from them.&amp;nbsp; &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 May 2013 22:42:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/improving-alfresco-jlan-smb-performance/m-p/307529#M260659</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2013-05-11T22:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Improving Alfresco, JLAN SMB performance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/improving-alfresco-jlan-smb-performance/m-p/307530#M260660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your reply.&amp;nbsp; Can you be more specific about why you think we wouldn't be able to build a working system?&amp;nbsp; Is it due to the SMB 3.0 protocol itself or because of how Alfresco is using it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2013 17:23:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/improving-alfresco-jlan-smb-performance/m-p/307530#M260660</guid>
      <dc:creator>zoe</dc:creator>
      <dc:date>2013-05-13T17:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Improving Alfresco, JLAN SMB performance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/improving-alfresco-jlan-smb-performance/m-p/307531#M260661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know this is a fairly old thread and I'm sorry for resurrecting it, but I'm interested to know if SMB2.x and SMB3.x protocols are supported by JLAN library. I'd like to know if clients that only support those protocols could be used with JLAN server. I checked the JLAN source code and I found no SMB 2.x specific packet opcodes/commands. For example, CHANGE_NOTIFY, QUERY_INFO, QUERY_DIRECTORY etc are not in the list of supported&amp;nbsp; commands.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also this code from SMBSrvSession (if I am reading it correctly) kind of indicates that SMB2+ only clients cannot communicate with JLAN:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&lt;BR /&gt;// Check for an SMB2 packet signature&lt;BR /&gt;if ( smbPkt.isSMB2()) {&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;// Debug&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;if ( Debug.EnableInfo &amp;amp;&amp;amp; hasDebug(DBG_PKTTYPE))&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;debugPrintln("SMB2 request received, ignoring");&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;continue;&lt;BR /&gt;}&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, any information on this would be greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;– Slav&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 12:45:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/improving-alfresco-jlan-smb-performance/m-p/307531#M260661</guid>
      <dc:creator>sgaric</dc:creator>
      <dc:date>2015-03-31T12:45:02Z</dc:date>
    </item>
  </channel>
</rss>

