AIO requires files to be pre allocated. During dev I tried to make use but I couldn't find a good use case for AIO on paging due to the difference on how files grow up.
We may revisit that later. But so far I couldn't make use of it on paging. Sent from my iPhone > On Dec 24, 2015, at 2:41 PM, khaing211 <[email protected]> wrote: > > Hello, > > How come we don't have PagingStoreFactoryAIO? > > We only have PagingStoreFactoryNIO which is created in > ActiveMQServerImpl#createPagingManager(). > > Also, some of values pass in to the constructor is of journal configuration. > * configuration.getJournalBufferTimeout_NIO > * configuration.isJournalSyncNonTransactional > > It does not make sense when I configure journal-type to AIO. > > > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/How-come-we-don-t-have-PagingStoreFactoryAIO-tp4705439.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com.
