Hi Sashhikiran,

Generally kill'ing Unix processes especially with -9 is only performed as a 
last resort and the process with have no chance to perform any cleanup. For 
virtuoso in particular this would result in all transactions since the last 
checkpoint not being comitted to the database and remaining in the transaction 
log file, which would then have to be replayed when the server is next started. 
Whereas performing  a normal shutdown will automatically run a checkpoint to 
commit all outstanding transactions to the database before shutting down.

Best Regards
Hugh Williams
Professional Services
OpenLink Software
Web: http://www.openlinksw.com
Support: http://support.openlinksw.com
Forums: http://boards.openlinksw.com/support
Twitter: http://twitter.com/OpenLink

On 28 Nov 2009, at 02:26, Rameswara Sashi Kiran Challa wrote:

> Dear Hugh,
> Is Killing that particular virtuoso process a right thing to do ?
> I am a newbie so whats wrong in doing that.
> Thanks
> 
> 
> On Fri, Nov 27, 2009 at 8:15 PM, Hugh Williams <[email protected]> 
> wrote:
> Hi Sashikiran,
> 
> You can shutdown the Virtuoso by connecting to it with the isql command line 
> interactive sql tool and running the shutdown command, as detailed at:
> 
>       http://docs.openlinksw.com/virtuoso/isql.html#invokingisql
> 
> The following query can be run to obtain a list of available Graph IRIs:
> 
>       select GRAPH_IRI from DB.DBA.SPARQL_SELECT_KNOWN_GRAPHS_T
> 
> Best Regards
> Hugh Williams
> Professional Services
> OpenLink Software
> Web: http://www.openlinksw.com
> Support: http://support.openlinksw.com
> Forums: http://boards.openlinksw.com/support
> Twitter: http://twitter.com/OpenLink
> 
> On 27 Nov 2009, at 22:15, Rameswara Sashi Kiran Challa wrote:
> 
>> Hii, 
>> I installed the Virtuoso open source software on unix and I started the 
>> server using ./virtuoso.t -c /location_of_virtuoso.ini 
>> How do I shut down the server. What is the command for the same ?
>> 
>> From the documentation I understood tht once an RDF document is uploaded 
>> either using curl or using WebDAV browser, an IRI is generated and that 
>> triples underlying will be stored in the RDF_Quad table.
>> Is lookiing up into RDF-->Graphs tab the only way to know the IRI generated 
>> or is there any other way to know that.
>> 
>> 
>> Thanks
>> Regards
>> Sashikiran 
>> 
>> 
>> -- 
>> Sashikiran Challa
>> MS Cheminformatics,
>> School of Informatics and Computing,
>> Indiana University, Bloomington,IN
>> [email protected]
>> 812-606-3254
>> 
>> ------------------------------------------------------------------------------
>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
>> trial. Simplify your report design, integration and deployment - and focus 
>> on 
>> what you do best, core application coding. Discover what's new with
>> Crystal Reports now.  
>> http://p.sf.net/sfu/bobj-july_______________________________________________
>> Virtuoso-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/virtuoso-users
> 
> 
> 
> 
> -- 
> Sashikiran Challa
> MS Cheminformatics,
> School of Informatics and Computing,
> Indiana University, Bloomington,IN
> [email protected]
> 812-606-3254
> 
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
> trial. Simplify your report design, integration and deployment - and focus on 
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  
> http://p.sf.net/sfu/bobj-july_______________________________________________
> Virtuoso-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to